Space Engineers
|
Public Member Functions | |
void | Serialize (ByteStream destination, ref T data) |
void | Deserialize (ByteStream source, out T data) |
Definition at line 10 of file ISerializer.cs.
void VRage.Serialization.ISerializer< T >.Deserialize | ( | ByteStream | source, |
out T | data | ||
) |
void VRage.Serialization.ISerializer< T >.Serialize | ( | ByteStream | destination, |
ref T | data | ||
) |