[]
Gets the converter to be used for deserialization.
public virtual JsonConverter ResovleJsonConverter(string name, object value, Type objectType)
| Type | Name | Description |
|---|---|---|
| string | name | The property name. |
| object | value | The value of the object. |
| Type | objectType | The type of the object. |
| Type | Description |
|---|---|
| JsonConverter | A converter. |