-
- Type Parameters:
P- The Packet typeB- The Buffer type
- All Known Implementing Classes:
SMBPacketSerializer
public interface PacketSerializer<P extends Packet<B>,B extends Buffer<B>>Serialize a Packet into its wire-format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bwrite(P packet)
-