Skip to main content Skip to complementary content

ReadJson Method

Overloads

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.

Declaration

      public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
    

Parameters

Type Name Description
Newtonsoft.Json.JsonReader reader

The JsonReader to read from.

System.Type objectType

Type of the object.

System.Object existingValue

The existing value of object being read.

Newtonsoft.Json.JsonSerializer serializer

The calling serializer.

Returns

Type Description
System.Object

The object value.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!