Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectConverter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
Unit: Data.FireDACJSONReflect | |
Parent: TFDJSONInterceptor |
Delphi
function TypeObjectConverter(AData: TObject): TObject; override;
C++
virtual System::TObject* __fastcall TypeObjectConverter(System::TObject* AData);
Description
Converter that transforms an object into an equivalent that can be eventually marshalled.
Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectConverter inherits from Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter. All content below this line refers to Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter.
Converter that transforms an object into an equivalent that can be eventually marshalled.
Data
is the current object instance.