Data.DBXJSONReflect.TJSONInterceptor.ObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectConverter(Data: TObject; Field: string): TObject; virtual;

C++

virtual System::TObject* __fastcall ObjectConverter(System::TObject* Data, System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

Converter that transforms a field value into an intermediate object.

  • Data is the object that is currently being serialized.
  • Field is the field name.

See Also