Codec abstraction.See: Description
| Interface | Description |
|---|---|
| Codec |
Interface for classes that perform both encode (serialize) and decode (deserialize) on multiple classes.
|
| Class | Description |
|---|---|
| CodecMessageConverter |
A
MessageConverter that delegates to a Codec to convert |
| CompositeCodec |
A Codec that can delegate to one out of many Codecs, each mapped to a class.
|
Codec abstraction.