API:Data.DBXJSONReflect.TJSONConverter.GetSerializedData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSerializedData: TJSONValue; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONConverter

Description

Returns the serialized object.

Data.DBXJSONReflect.TJSONConverter.GetSerializedData inherits from Data.DBXJSONReflect.TConverter.GetSerializedData. All content below this line refers to Data.DBXJSONReflect.TConverter.GetSerializedData.

Returns the serialized object.

The GetSerializedData method returns the serialized object.

See Also