BinarySerializerDeserializeT Method |  |
[This is preliminary documentation and is subject to change.]
Deserializes binary and turns it back into the original class
Namespace:
MLAPI.NetworkingManagerComponents
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static T Deserialize<T>(
byte[] binary
)
where T : new()
Request Example
View SourceParameters
- binary
- Type: SystemByte
The binary to deserialize
Type Parameters
- T
- The type to return
Return Value
Type:
TAn instance of T
See Also