Package top.focess.qq.api.serialize
-
Interface Summary Interface Description FocessSerializable Represents this class is a serializable class You should implement the deserialize method if you have implemented the serialize method (not return null). -
Class Summary Class Description FocessReader FocessWriter -
Exception Summary Exception Description NotFocessSerializableException Thrown to indicate that an object is not serializable.SerializationParseException Thrown to indicate that a serialization parse error has occurred.