| PayloadSerializationSerializeUsingJson Method |
Serializes an object using json, then converts to a UTF8 encoded string
Namespace:
ImmerseSDK.Multiplayer.Messaging
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public static byte[] SerializeUsingJson(
Object value
)
Parameters
- value
- Type: SystemObject
Return Value
Type:
ByteSee Also