Datasnap.DSServer.TDSServer.MarshalData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MarshalData(Data: TObject): TJSONValue;

C++

System::Json::TJSONValue* __fastcall MarshalData(System::TObject* Data);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Marshals any object using the local marshaler.

The MarshalData method marshals any object specified by the Data parameter, using the local marshaler. MarshalData returns a TJSONValue.

See Also