Datasnap.DSCommon.TDSClientCallbackChannelManager.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.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Marshals the given data using the local marshaler.

The MarshalData method marshals the passed Data using the local marshaler.

See Also