[]
        
(Showing Draft Content)

C1.JsonNet.JsonResolver.ResovleJsonConverter

ResovleJsonConverter Method

ResovleJsonConverter(string, object, Type)

Gets the converter to be used for deserialization.

Declaration
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
Parameters
Type Name Description
string name

The property name.

object value

The value of the object.

Type objectType

The type of the object.

Returns
Type Description
JsonConverter

A converter.