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
Buffer s into a stream of T s. |
StreamingSerializer |
A contract capable of serializing a stream of
Object s into a stream of Buffer s. |
Class | Description |
---|---|
DefaultSerializer |
Default implementation for
Serializer . |
TypeHolder<T> |
An abstract class to infer
ParameterizedType s for a child class. |
Exception | Description |
---|---|
SerializationException |
Exception indicating an error during serialization or deserialization.
|