Interface | Description |
---|---|
Deserializer<T> |
An interface for converting bytes to objects.
|
ExtendedDeserializer<T> | Deprecated
This class has been deprecated and will be removed in a future release.
|
ExtendedSerializer<T> | Deprecated
This class has been deprecated and will be removed in a future release.
|
Serde<T> |
The interface for wrapping a serializer and deserializer for the given data type.
|
Serializer<T> |
An interface for converting objects to bytes.
|