ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class / ReadJson Method
The deserialization reader.
The object type.
The existed value.

In This Topic
    ReadJson Method (FunctionConverter)
    In This Topic
    Deserialize the object.
    Syntax
    'Declaration
     
    Protected Overrides Function ReadJson( _
       ByVal reader As JsonReader, _
       ByVal objectType As Type, _
       ByVal existingValue As Object _
    ) As Object
    protected override object ReadJson( 
       JsonReader reader,
       Type objectType,
       object existingValue
    )

    Parameters

    reader
    The deserialization reader.
    objectType
    The object type.
    existingValue
    The existed value.

    Return Value

    The object after deserialization.
    See Also