REST.JsonReflect.TConverter.GetSerializedData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSerializedData: TSerial; virtual; abstract;

C++

virtual TSerial __fastcall GetSerializedData(void) = 0 ;

Properties

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

Description

Getter of the SerializedData read-only property.

See Also