Datasnap.DSServer.TDSServer.MarshalData

提供:RAD Studio API Documentation

Delphi

function MarshalData(Data: TObject): TJSONValue;

C++

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

プロパティ

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

説明

ローカル マーシャラを使用してすべてのオブジェクトをマーシャリングします。

MarshalData メソッドは、ローカル マーシャラを使用して Data パラメータで指定されたすべてのオブジェクトをマーシャリングします。MarshalData は、TJSONValue を返します。

関連項目