IDeserializationEventHandler | |
IInternalSerializer | |
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. |
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 | Deprecated by Serializer (version 5). |
SerializerHelper | Serializer helper used by custom save() routines. |
SerializationCancelledException | |
SerializationException | JEB serialization/deserialization errors. |