JsonInterface.SerializeToFile Method

Top 

Description

Serialize the specified structure to a file.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

JsonInterface.SerializeToFile(List<Structure> listOfStructure, String filename)

String

Serialize the specified structure to a file.

JsonInterface.SerializeToFile(Structure structure, String filename)

String

Serialize the specified structure to a file.

JsonInterface.SerializeToFile(List<Structure> listOfStructure, String filename, Variable format)

String

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

JsonInterface.SerializeToFile(Structure structure, String filename, Variable format)

String

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

 

 

See also

JsonInterface Object

JSON-Formatted Data Guide