JsonInterface.SerializeToFile(List<Structure>, String) 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.

 

Method Signature

JsonInterface.SerializeToFile(

List<Structure> listOfStructure,


String filename)

 

 

Arguments

listOfStructure


Description:

List of Structures to serialize.

 

 

filename


Description:

Filename to contain the serialized json data.

 

 

 

Return Value

Type:

string

 

 

Returns the serialized form of the specified Structure.

 

Syntax

myString1 = myJsonInterface1.SerializeToFile(myListOfStructure1, myString2);

 

 

See also

JsonInterface Object

JsonInterface.SerializeToFile

JSON-Formatted Data Guide