Data.DBXJSONReflect.TTypeMarshaller.Marshal
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TTypeMarshaller |
Delphi
function Marshal(Data: TObject): TSerial; virtual;
C++
virtual TSerial __fastcall Marshal(System::TObject* Data);
Description
Marshals an object into an equivalent representation.
The Marshal method marshals an object into an equivalent representation. The method uses the converter passed to the constructor.