Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectConverter
Delphi
function TypeObjectConverter(AData: TObject): TObject; override;
C++
virtual System::TObject* __fastcall TypeObjectConverter(System::TObject* AData);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp |
Data.FireDACJSONReflect | TFDJSONInterceptor |
Description
Converter that transforms an object into an equivalent that can be eventually marshalled. {{#multireplace:Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Converter that transforms an object into an equivalent that can be eventually marshalled.
Datais the current object instance.