ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonResolver Class / ResovleJsonConverter Method
The property name.
The value of the object.
The type of the object.

In This Topic
    ResovleJsonConverter Method
    In This Topic
    Gets the converter to be used for deserialization.
    Syntax
    'Declaration
     
    Public Overridable Function ResovleJsonConverter( _
       ByVal name As String, _
       ByVal value As Object, _
       ByVal objectType As Type _
    ) As JsonConverter
    public virtual JsonConverter ResovleJsonConverter( 
       string name,
       object value,
       Type objectType
    )

    Parameters

    name
    The property name.
    value
    The value of the object.
    objectType
    The type of the object.

    Return Value

    A converter.
    See Also