API:REST.JsonReflect.TJSONUnMarshal.FieldReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FieldReverter(Field: TRttiDataMember): TJSONInterceptor; overload;
function FieldReverter(Data: TObject; const Field: string): TJSONInterceptor; overload;

C++

TJSONInterceptor* __fastcall FieldReverter(System::Rtti::TRttiDataMember* Field)/* overload */;
TJSONInterceptor* __fastcall FieldReverter(System::TObject* Data, const 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.