REST.JsonReflect.TJSONUnMarshal.RevertType
Delphi
procedure RevertType(recField: TRttiField; Instance: Pointer; revEv: TReverterEvent;
jsonFieldVal: TJSONValue); overload;
procedure RevertType(recField: TRttiField; Instance: Pointer; revEv: TJSONInterceptor;
jsonFieldVal: TJSONValue); overload;
C++
void __fastcall RevertType(System::Rtti::TRttiField* recField, void * Instance, TReverterEvent* revEv, System::Json::TJSONValue* jsonFieldVal)/* overload */;
void __fastcall RevertType(System::Rtti::TRttiField* recField, void * Instance, TJSONInterceptor* revEv, System::Json::TJSONValue* jsonFieldVal)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONUnMarshal |
説明
RevertType メソッドは、選択したオーバーロードに応じて、逆変換ルーチンとインターセプタのいずれかを呼び出します。
その結果、JSON 表現から取り出した値が Instance
に設定されます。