McGameProfileSerializer

object McGameProfileSerializer : PacketSerializer<McGameProfile>

Functions

Link copied to clipboard
open override fun deserialize(buffer: ByteArrayDataInput): McGameProfile

Deserialize an object of type T from a byte stream using the provided ByteArrayDataInput. This method reconstructs the object from its serialized form.

Link copied to clipboard
open override fun serialize(obj: McGameProfile, buffer: ByteArrayDataOutput)

Serialize an object of type T to a byte stream using the provided ByteArrayDataOutput. This method converts the object into its serialized form.