See: Description
| Interface | Description |
|---|---|
| CodecContext |
Context for codecs to use while encoding/decoding.
|
| CodecService |
Service for registering and retrieving JSON codecs for various entities.
|
| ExtensionSelectorCodec | Deprecated
1.11.0 Loon use interface under core/api/net/flow.
|
| ExtensionTreatmentCodec | Deprecated
1.11.0 Loon use interface under core/api/net/flow.
|
| Class | Description |
|---|---|
| JsonCodec<T> |
Abstraction of a codec capable for encoding/decoding arbitrary objects to/from JSON.
|