-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.Serialization
Daniel Baetz edited this page Jul 26, 2019
·
4 revisions
Interface for serializable.
public interface Exomia.Network.Serialization.ISerializablevoid Deserialize(Byte[] data, Int32 offset, Int32 length)
Deserialize the object from a byte array.
-
data- The data. -
offset- The offset. -
length- The length of the data.
Byte[] Serialize(Int32& length)
Serialize the object to a byte array.
-
length- [out] the length of the data.