Package com.pnfsoftware.jeb.util.serialization
package com.pnfsoftware.jeb.util.serialization
JEB's custom serialization facility (PNF-ORPD). Refer to
SerializationManager
to get started.-
ClassDescriptionBase class for deserializers.Base class for a type-id provider used for serialization.This class allows the deserialization of a stream of bytes into object(s).Deserializer helper used by custom
load()
routines.Interface for receivers of deserialization events.Interface for serializers.Definition of a type-id provider, mapping a type to a unique id, and vice-versa.A standard provider for native Java types.Placeholder for a deserialized, not fully constructed array.Placeholder for a deserialized, not fully constructed collection.Placeholder for a deserialized, not fully constructed map.The exception is raised when the serialization is cancelled.Serialization or deserialization I/O exceptions.This object provides serializer and deserializers optimized for a collection of specific types.This class allows the serialization of object(s) to a stream of bytes.Legacy serializer version, deprecated by the current version (5).Serializer helper used by custom save() routines.