Class SerializeAttribute

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type SerializeAttribute = class(TCustomAttribute)

Description

A Delphi attribute you use to decorate record fields that need to be serialized.

Hierarchy

  • TCustomAttribute
  • SerializeAttribute

Overview

Methods

Public constructor Create(const ATag: TgoSerializationTag);

Properties

Public property Tag: TgoSerializationTag read FTag;

Description

Methods

Public constructor Create(const ATag: TgoSerializationTag);

Attribute constructor

Properties

Public property Tag: TgoSerializationTag read FTag;

The tag that is associated with the field to which this attribute is attached.


Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26