JsonConverterAttribute Class
Namespace: Stimulsoft.Base.Json
Inheritance
Inherits from: Attribute
Constructors
| Constructor | Description |
|---|---|
| JsonConverterAttribute(Type converterType) | Initializes a new instance of the JsonConverterAttribute class. |
| JsonConverterAttribute(Type converterType, objectconverterParameters ) | Initializes a new instance of the JsonConverterAttribute class. |
JsonConverterAttribute(converterType: Type)
Initializes a new instance of the JsonConverterAttribute class.
Parameters
- converterType (Type) — Type of the converter.
JsonConverterAttribute(converterType: Type, **: objectconverterParameters)
Initializes a new instance of the JsonConverterAttribute class.
Parameters
- converterType (Type) — Type of the converter.
- ** (objectconverterParameters)
Properties
| Property | Type | Description |
|---|---|---|
| ConverterParameters | object[] | The parameter list to use when constructing the JsonConverter described by ConverterType. If null, the default constructor is used. |