Package top.focess.qq.api.serialize
Interface FocessSerializable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientPacket,ClientPackPacket,ConnectedPacket,ConnectPacket,DisconnectedPacket,DisconnectPacket,HeartPacket,MessagePacket,Packet,ServerPacket,ServerPackPacket,SidedConnectPacket,WaitPacket
public interface FocessSerializable extends Serializable
Represents this class is a serializable classYou should implement the deserialize method if you have implemented the serialize method (not return null).
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,Object>serialize()Serialize the object
-