[]
Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Parameter)]
public abstract class C1ConverterAttribute : Attribute, _Attribute
| Name | Description |
|---|---|
| C1ConverterAttribute(Type) | Initializes a new instance of the C1ConverterAttribute class. |
| C1ConverterAttribute(Type, params object[]) | Initializes a new instance of the C1ConverterAttribute class. |
| Name | Description |
|---|---|
| ConverterParameters | The parameter list to use when constructing the JsonConverter described by ConverterType. |
| ConverterType | Gets the type of the converter. |