> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# parmana.serialization.decoder

Parmana Model Decoder.

Decode Runtime JSON into Parmana domain models.

#### decode

```python theme={null}
def decode(value: Any, model: type[T]) -> T
```

Decode Runtime JSON into a Parmana model.
