Datasnap.DSCommon.TDSClientCallbackChannelManager.MarshalData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

function MarshalData(Data: TObject): TJSONValue;

C++

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

Description

Marshals the given data using the local marshaler.

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

See Also