SerializationManager to get started.
| IDeserializationEventHandler | Interface for receivers of deserialization events. |
| IInternalSerializer | Interface for serializers. |
| ITypeIdProvider | Definition of a type-id provider, mapping a type to a unique id, and vice-versa. |
| AbstractInternalDeserializer | Base class for deserializers. |
| AbstractTypeIdProvider | Base class for a type-id provider used for serialization. |
| Deserializer | This class allows the deserialization of a stream of bytes into object(s). |
| DeserializerHelper | Deserializer helper used by custom load() routines. |
| NativeTypeIdProvider | A standard provider for native Java types. |
| PreArray | Placeholder for a deserialized, not fully constructed array. |
| PreCollection | Placeholder for a deserialized, not fully constructed collection. |
| PreMap | Placeholder for a deserialized, not fully constructed map. |
| SerializationManager | This object provides serializer and deserializers optimized for a collection of specific types. |
| Serializer | This class allows the serialization of object(s) to a stream of bytes. |
| Serializer_v4 | Legacy serializer version, deprecated by the current version (5). |
| SerializerHelper | Serializer helper used by custom save() routines. |
| SerializationCancelledException | The exception is raised when the serialization is cancelled. |
| SerializationException | Serialization or deserialization I/O exceptions. |