Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONInterceptor | |
Delphi
function TypeObjectConverter(Data: TObject): TObject; virtual;
C++
virtual System::TObject* __fastcall TypeObjectConverter(System::TObject* Data);
Description
Converter that transforms an object into an equivalent that can be eventually marshalled.
Datais the current object instance.