REST.JsonReflect.TJSONUnMarshal.Reverter

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

Delphi

function Reverter(key: string): TReverterEvent;

C++

TReverterEvent* __fastcall Reverter(System::UnicodeString key);

プロパティ

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


説明

Reverter は、指定された key に登録された逆変換ルーチンを返します。

このキーは、登録処理で生成された ComposeKey です。

関連項目