BinarySerializerSerializeT Method |  |
[This is preliminary documentation and is subject to change.]
Serializes a class instance to binary
Namespace:
MLAPI.NetworkingManagerComponents
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static byte[] Serialize<T>(
T instance
)
Request Example
View SourceParameters
- instance
- Type: T
The instance to serialize
Type Parameters
- T
- The class type to serialize
Return Value
Type:
ByteBinary serialized version of the instance
See Also