---
title: "decode(from:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatableestimatortotemporaladaptor/decode(from:)"
---

# decode(from:)

Decodes the transformer.

## Declaration

```swift
func decode(from decoder: inout any EstimatorDecoder) throws -> UpdatableEstimatorToTemporalAdaptor<Base>.Transformer
```

## See Also

### Encoding and decoding

- [encode(_:to:)](createmlcomponents/updatableestimatortotemporaladaptor/encode(_:to:).md)
- [encodeWithOptimizer(_:to:)](createmlcomponents/updatableestimatortotemporaladaptor/encodewithoptimizer(_:to:).md)
- [decodeWithOptimizer(from:)](createmlcomponents/updatableestimatortotemporaladaptor/decodewithoptimizer(from:).md)
