REST.JsonReflect.TTypeMarshaller.Marshal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Marshal(Data: TObject): TSerial; virtual;

C++

virtual TSerial __fastcall Marshal(System::TObject* Data);

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller

Description

Returns a serialized representation of the specified object using the converter that you pass to the constructor of TTypeMarshaller.

Note: You define the class of the return value, TSerial, when you call the constructor of TTypeMarshaller.

See Also