-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.Serialization
Daniel Baetz edited this page Jun 19, 2019
·
4 revisions
Interface for serializable.
public interface Exomia.Network.Serialization.ISerializable
Methods
Type | Name | Summary |
---|---|---|
void |
Deserialize(Byte[] data) |
deserialize the object from a byte array. |
Byte[] |
Serialize(Int32& length) |
serialize the object to a byte array. |