REST.JsonReflect.TJSONInterceptor.TypeObjectsConverter

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

Delphi

function TypeObjectsConverter(Data: TObject): TListOfObjects; virtual;

C++

virtual TListOfObjects __fastcall TypeObjectsConverter(System::TObject* Data);

プロパティ

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


説明

任意のオブジェクトをシリアル化可能な TListOfObjects に変換する変換ルーチンです。

関連項目