See: Description
| Interface | Description |
|---|---|
| Deserializer<T> | An interface for converting bytes to objects. |
| Serde<T> | The interface for wrapping a serializer and deserializer for the given data type. |
| Serializer<T> | An interface for converting objects to bytes. |