REST.JsonReflect.TTypeMarshaller.MarshalData

提供:RAD Studio API Documentation

Delphi

procedure MarshalData(Data: TObject);

C++

void __fastcall MarshalData(System::TObject* Data);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller


説明

指定されたオブジェクトをマーシャリングします。

以下のメソッドでは、MarshalData を呼び出して、検出したオブジェクトをマーシャリングします。

関連項目