TTMSMCPObjectPersistence.SaveObjectToString Method
Serializes the given object to a JSON string.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPObjectPersistence
Syntax
class function SaveObjectToString(AObject: TObject): string;
Parameters
| Name | Description |
|---|---|
AObject |
The object to serialize. |
Returns
A JSON string representing the object's published properties.