Datasnap.DSCommon.TDSClientCallbackChannelManager.MarshalData

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function MarshalData(Data: TObject): TJSONValue;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

説明

ローカルのマーシャラを使用して、指定されたデータをマーシャリングします。

MarshalData メソッドは、ローカルのマーシャラを使用して、渡された Data をマーシャリングします。

関連項目