Interface | Description |
---|---|
CodecProvider |
A provider of
Codec instances. |
CodecRegistry |
A registry of Codec instances searchable by the class that the Codec can encode and decode.
|
Class | Description |
---|---|
RootCodecRegistry |
A registry of Codec instances searchable by the class that the Codec can encode and decode.
|
Exception | Description |
---|---|
CodecConfigurationException |
An exception indicating that a codec registry has been misconfigured in some way, preventing it from providing a codec for the
requested class.
|