TTMSFNCObjectHelper.SaveToJSONStream Method
Serializes the object to a JSON string and writes it to the specified stream.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCObjectHelper
Syntax
procedure SaveToJSONStream(const AStream: TStream);
Parameters
| Name | Description |
|---|---|
AStream |
The stream to write the JSON data to. |