System.JSON.Serializers.JsonSerializeAttribute
Delphi
JsonSerializeAttribute = class(TCustomAttribute)
C++
class PASCALIMPLEMENTATION JsonSerializeAttribute : public System::TCustomAttribute
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.JSON.Serializers.pas System.JSON.Serializers.hpp |
System.JSON.Serializers | System.JSON.Serializers |
説明
TCustomAttribute は、すべての Delphi 属性の基底クラスです。
System.JSON.Serializers.JsonSerializeAttribute は System.TCustomAttribute を継承しています。以下の内容はすべて System.TCustomAttribute を参照しています。
TCustomAttribute は、すべての Delphi 属性の基底クラスです。
TCustomAttribute の下位クラスを宣言すると、後で Delphi コードの属性として使用できます。属性とは、Delphi の任意の型またはメンバに注釈を付けることができる、特別な種類のクラスです。