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.

The GetSerializedData method returns the serialized object.

See Also