| Interface | Description |
|---|---|
| CustomizableDeserializer<T> |
The type of deserializer that requires a specific implementation by calling
Deserializer.createSpecific(DecoderContext, Argument). |
| CustomizableSerializer<T> |
The type of serializer that requires a specific implementation by calling
Serializer.createSpecific(Serializer.EncoderContext, Argument). |
| NullableDeserializer<T> |
Sub-interface of
Deserializer for deserializers that allow
null. |
| NullableSerde<T> |
Specialization of
Serde for types that allow a value of null. |