Package top.focess.util.serialize
-
Interface Summary Interface Description ClassFinder Used to find class by its name.FocessSerializable Represents this class is a serializable class -
Class Summary Class Description FocessReader This class is used to deserialize FocessSerializable-Object.FocessWriter This class is used to serialize FocessSerializable-Object.SimpleFocessReader SimpleFocessWriter -
Exception Summary Exception Description NotFocessSerializableException Thrown to indicate that an object is not serializable.SerializationException Thrown to indicate that an error occurred while serializing or deserializing.SerializationParseException Thrown to indicate that a serialization parse error has occurred.