REST.JsonReflect.TStringListInterceptor.TypeObjectReverter

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

Delphi

function TypeObjectReverter(Data: TObject): TObject; override;

C++

virtual System::TObject* __fastcall TypeObjectReverter(System::TObject* Data);

プロパティ

種類 可視性 ソース ユニット
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TStringListInterceptor

説明

指定された中間オブジェクトに基づいて、登録された型の任意のフィールドに割り当てられるオブジェクトを返す逆変換コンポーネントです。

REST.JsonReflect.TStringListInterceptor.TypeObjectReverter は REST.JsonReflect.TJSONInterceptor.TypeObjectReverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.TypeObjectReverter を参照しています。

指定された中間オブジェクトに基づいて、登録された型の任意のフィールドに割り当てられるオブジェクトを返す逆変換コンポーネントです。