Click or drag to resize

PayloadSerializationSerialize Method (Object)

Serializes an object with the Serializable attribute to a byte array

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static byte[] Serialize(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: Byte
See Also