Table of Contents

TTMSFNCPersistence.SaveSettingsToStream Method

Serializes the given object to a stream as JSON.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

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.