Table of Contents

TTMSFNCObjectPersistence.SaveObjectToString Method

Serializes the given object to a JSON string.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCObjectPersistence

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.