FormatAttribute class
FormatAttribute class
Instructs objects serialization to serialize the member with the specified name and format
The FormatAttribute type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates Format attribute with given property Name |
init | Creates Format attribute with given property Name |
Properties
Property | Description |
---|---|
property_name | Gets or sets the name of the property. |
property_format | Gets or sets the serialization format of the property. |