JsonInterface.SerializeToFile(Structure, String) Method

Top 

Description

Serialize the specified structure to a file.

 

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.

 

Method Signature

JsonInterface.SerializeToFile(

Structure structure,


String filename)

 

 

Arguments

structure


Description:

Structure 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(myStructure1, myString2);

 

 

See also

JsonInterface Object

JsonInterface.SerializeToFile

JSON-Formatted Data Guide