JsonExtensionDataAttribute Class
Namespace: Stimulsoft.Base.Json
Inheritance
Inherits from: Attribute
Constructors
| Constructor | Description |
|---|---|
| JsonExtensionDataAttribute() | Initializes a new instance of the JsonExtensionDataAttribute class. |
JsonExtensionDataAttribute()
Initializes a new instance of the JsonExtensionDataAttribute class.
Properties
| Property | Type | Description |
|---|---|---|
| ReadData | bool | Gets or sets a value that indicates whether to read extension data when deserializing the object. |
| WriteData | bool | Gets or sets a value that indicates whether to write extension data when serializing the object. |