| Interface | Description |
|---|---|
| SerializationProvider |
A provider of serialization implementation for
Serializer. |
| Serializer |
A contract for serialization and deserialization.
|
| StreamingDeserializer<T> |
A contract capable of deserializing a stream of
Buffers into a stream of Ts. |
| StreamingSerializer |
A contract capable of serializing a stream of
Objects into a stream of Buffers. |
| Class | Description |
|---|---|
| DefaultSerializer |
Default implementation for
Serializer. |
| TypeHolder<T> |
An abstract class to infer
ParameterizedTypes for a child class. |
| Exception | Description |
|---|---|
| SerializationException |
Exception indicating an error during serialization or deserialization.
|