Table of Contents

TTMSMCPPersistence.SaveSettingsToStream Method

Serializes the given object to a stream as JSON.

API unit family: TMS.MCP.Persistence Declaring type: TTMSMCPPersistence

Syntax

class procedure SaveSettingsToStream(AObject: TObject; AStream: TStream);

Parameters

Name Description
AObject The object to serialize.
AStream The target stream that receives the JSON output.