See: Description
| Interface | Description |
|---|---|
| CodecContext |
Context for codecs to use while encoding/decoding.
|
| CodecService |
Service for registering and retrieving JSON codecs for various entities.
|
| Class | Description |
|---|---|
| JsonCodec<T> |
Abstraction of a codec capable for encoding/decoding arbitrary objects to/from JSON.
|