REST.JsonReflect.TJSONConverter.GetSerializedData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSerializedData: TJSONValue; override;

C++

virtual System::Json::TJSONValue* __fastcall GetSerializedData(void);

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Getter of the SerializedData read-only property.

REST.JsonReflect.TJSONConverter.GetSerializedData inherits from REST.JsonReflect.TConverter.GetSerializedData. All content below this line refers to REST.JsonReflect.TConverter.GetSerializedData.

Getter of the SerializedData read-only property.

See Also