WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

BigIntegerJsonConverter..::..ReadJson Method

Reads the JSON representation of the object.

Namespace:  Newtonsoft.Json
Assembly:  Walter (in Walter.dll)

Syntax


public Object ReadJson(
	JsonReader reader,
	Type objectType,
	Nullable<Object> existingValue,
	JsonSerializer serializer
)

Parameters

reader
Type: JsonReader
The JsonReader to read from.
objectType
Type: Type
Type of the object.
existingValue
Type: Nullable<(Of <(<'Object>)>)>
The existing value of object being read.
serializer
Type: JsonSerializer
The calling serializer.

Return Value

The object value.