JsonInterface.Serialize(List<Structure>) 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.

 

Method Signature

JsonInterface.Serialize(

List<Structure> listOfStructure)

 

 

Arguments

listOfStructure


Description:

List of Structures to serialize.

 

 

 

Return Value

Type:

string

 

 

Returns the serialized form of the specified Structure.

 

Syntax

myString1 = myJsonInterface1.Serialize(myListOfStructure1);

 

 

See also

JsonInterface Object

JsonInterface.Serialize

JSON-Formatted Data Guide