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