JsonInterface.Serialize Method

Top 

Description

Serialize the specified structure to a JSON string.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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