Click or drag to resize

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)
Syntax
C#
public static T Deserialize<T>(
	byte[] binary
)
where T : new()
Request Example View Source

Parameters

binary
Type: SystemByte
The binary to deserialize

Type Parameters

T
The type to return

Return Value

Type: T
An instance of T
See Also