Class PacketSerializer
- java.lang.Object
-
- net.timewalker.ffmq4.transport.packet.PacketSerializer
-
public final class PacketSerializer extends Object
PacketSerializer
-
-
Constructor Summary
Constructors Constructor Description PacketSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidserializeTo(AbstractPacket packet, RawDataBuffer out)Serialize a packet to the given output streamstatic AbstractPacketunserializeFrom(RawDataBuffer in)Unserialize a packet from the given input stream
-
-
-
Method Detail
-
serializeTo
public static void serializeTo(AbstractPacket packet, RawDataBuffer out)
Serialize a packet to the given output stream
-
unserializeFrom
public static AbstractPacket unserializeFrom(RawDataBuffer in)
Unserialize a packet from the given input stream
-
-