Skip to content

Exomia.Network.Serialization

Daniel Baetz edited this page Jul 26, 2019 · 4 revisions

ISerializable

Interface for serializable.

public interface Exomia.Network.Serialization.ISerializable

Methods

void Deserialize(Byte[] data, Int32 offset, Int32 length)

Summary:

Deserialize the object from a byte array.

Parameter:

  • data - The data.
  • offset - The offset.
  • length - The length of the data.

Byte[] Serialize(Int32& length)

Summary:

Serialize the object to a byte array.

Parameter:

  • length - [out] the length of the data.