| IDeserializationEventHandler | |
| ITypeIdProvider | Definition of a type-id provider, mapping a type to a unique id, and vice-versa. |
| AbstractInternalDeserializer | |
| AbstractTypeIdProvider | Base class for a type-id provider. |
| 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. |
| PreCollection | Placeholder for a deserialized collection. |
| PreMap | Placeholder for a deserialized 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. |
| SerializerHelper | Serializer helper used by custom save() routines. |
| SerializationException | JEB serialization/deserialization errors. |