REST.JsonReflect.TTypeMarshaller.MarshalData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MarshalData(Data: TObject);

C++

void __fastcall MarshalData(System::TObject* Data);

Properties

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

Description

Marshals the specified object.

The following methods call MarshalData to marshal objects found during marshaling:

See Also