Click or drag to resize
NewtonSoftJsonSerializerSurrogateConverterReadJson Method
Reads the JSON representation of the object.

Namespace: Akka.Serialization
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

reader
Type: JsonReader
The JsonReader to read from.
objectType
Type: SystemType
Type of the object.
existingValue
Type: SystemObject
The existing value of object being read.
serializer
Type: JsonSerializer
The calling serializer.

Return Value

Type: Object
The object value.
See Also