TTMSMCPWriter.WriteArray Method
Serializes an array of objects under the specified JSON key.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPWriter
Syntax
procedure WriteArray(AName: string; AArray: TTMSMCPObjectArray);
Parameters
| Name | Description |
|---|---|
AName |
The JSON key name for the array. |
AArray |
The array of objects to serialize. |