| 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 public static byte[] Serialize(
Object value
)
Parameters
- value
- Type: SystemObject
Return Value
Type:
ByteSee Also