[]
Creates an instance of JsonConverterAttribute.
public JsonConverterAttribute(Type converterType)
Type | Name | Description |
---|---|---|
Type | converterType | The converter type. |
Creates an instance of JsonConverterAttribute.
public JsonConverterAttribute(Type converterType, params object[] converterParameters)
Type | Name | Description |
---|---|---|
Type | converterType | The converter type. |
object[] | converterParameters | The parameters which used to create the converter instance. |