---
title: EstimatorEncoder
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/estimatorencoder
---

# EstimatorEncoder

A type that can encode values into a model representation.

## Declaration

```swift
protocol EstimatorEncoder
```

## Topics

### Encoding values

- [encode(_:)](createmlcomponents/estimatorencoder/encode(_:).md)
- [encodeOptimizer(_:)](createmlcomponents/estimatorencoder/encodeoptimizer(_:).md)

## See Also

### Serializers

- [EstimatorDecoder](createmlcomponents/estimatordecoder.md)
