Data.DBXJSONReflect.TJSONConverter.GetSerializedData

From RAD Studio API Documentation
Revision as of 09:57, 17 November 2015 by AChavesBot (talk | contribs) (RS-71941)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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