deserialize

open fun deserialize(in: ByteArrayDataInput)

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

Parameters

in

The ByteArrayDataInput containing the serialized data.

Throws

If an I/O error occurs during deserialization.