System.JSON.Serializers.JsonIgnoreAttribute

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectJsonIgnoreAttribute

Delphi

JsonIgnoreAttribute = class(TCustomAttribute) end;

C++

class PASCALIMPLEMENTATION JsonIgnoreAttribute : public System::TCustomAttribute

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers System.JSON.Serializers

Description

TCustomAttribute is the base class for all Delphi attributes.

System.JSON.Serializers.JsonIgnoreAttribute inherits from System.TCustomAttribute. All content below this line refers to System.TCustomAttribute.

TCustomAttribute is the base class for all Delphi attributes.

Declare descendants of TCustomAttribute to later use them as attributes in Delphi code. An attribute is a special kind of class that can be annotated to any type or member in Delphi.

See Also

Code Examples