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.

Syntax

public JsonSerializationData ()

Remarks

Requirements

Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


JsonString Property

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


Object Property

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