Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
The PacketSerializer interface defines the contract for objects that can be serialized and deserialized to and from byte streams using a ByteArrayDataInput for deserialization and a ByteArrayDataOutput for serialization. Implementing classes must provide methods to serialize objects of type T into a byte stream and deserialize objects of type T from a byte stream.
Link copied to clipboard