-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.Serialization
Daniel Baetz edited this page Jul 7, 2018
·
4 revisions
ISerializable interface
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 |