JSON Serialization Data
Last updated
The result of a serialization request.
Documentation for this section has not yet been entered.
Syntax
public JsonSerializationData ()
Remarks
Requirements
Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The Json string.
Syntax
public string JsonString { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The object.
Syntax
public object Object { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated