REST.JsonReflect.TMarshalUnmarshalBase.UnregisterJSONMarshalled

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

Delphi

procedure UnregisterJSONMarshalled(clazz: TClass; Field: string);

C++

void __fastcall UnregisterJSONMarshalled(System::TClass clazz, System::UnicodeString Field);

プロパティ

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


説明

フィールドや型をマーシャリング/アンマーシャリングしなければならないかどうかの登録を解除します。

UnregisterJSONMarshalled メソッドは、既存の登録をクリアし、設定されていれば JSONMarshalledAttribute、属性がなければ True というデフォルトに戻します。

関連項目