JsonInterface.Serialize Method

Top 

Description

Serialize the specified structure to a JSON string.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

JsonInterface.Serialize(List<Structure> listOfStructure)

String

Serialize the specified structure to a JSON string.

JsonInterface.Serialize(Structure structure)

String

Serialize the specified structure to a JSON string.

JsonInterface.Serialize(List<Structure> listOfStructure, Variable format)

String

Specifies whether or not to generate JSON data with new lines and indentation.

JsonInterface.Serialize(Structure structure, Variable format)

String

Specifies whether or not to generate JSON data with new lines and indentation.

 

 

See also

JsonInterface Object

JSON-Formatted Data Guide