Class BsonElementAttribute
Unit
Grijjy.Bson.Serialization
Declaration
type BsonElementAttribute = class(TCustomAttribute)
Description
Attribute used to force serializing read-only properties and to modify the name of an element for serialization
Hierarchy
- TCustomAttribute
- BsonElementAttribute
Overview
Methods
 |
constructor Create(const AName: String = ''); |
Properties
 |
property Name: String read FName; |
Description
Methods
 |
constructor Create(const AName: String = ''); |
|
Properties
 |
property Name: String read FName; |
The name the element is serialized as
|
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|