Data.DBXJSONReflect.TTypeMarshaller.Marshal
Delphi
function Marshal(Data: TObject): TSerial; virtual;
C++
virtual TSerial __fastcall Marshal(System::TObject* Data);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TTypeMarshaller | 
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.