Pos3dSerializer

Functions

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

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: Pos3d, 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.