REST.JsonReflect.TJSONUnMarshal.FieldTypeReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FieldTypeReverter(ctxType: TRttiType): TJSONInterceptor; overload;
function FieldTypeReverter(Data: TObject; Field: string): TJSONInterceptor; overload;

C++

TJSONInterceptor* __fastcall FieldTypeReverter(System::Rtti::TRttiType* ctxType)/* overload */;
TJSONInterceptor* __fastcall FieldTypeReverter(System::TObject* Data, System::UnicodeString Field)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.