[]
Gets the converter to be used for deserialization.
public virtual JsonConverter ResovleJsonConverter(string name, object value, Type objectType)
Public Overridable Function ResovleJsonConverter(name As String, value As Object, objectType As Type) As JsonConverter
| 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. |