ReadJson Method

Glimpse API

JsonNetSerializationConverterAdapter ReadJson Method Glimpse API Documentation
Reads the JSON representation of the object.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

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

Parameters

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

Return Value

The object value.
Exceptions

ExceptionCondition
OnlineSystem NotSupportedExceptionAn exception is thrown if this method is called because it it not supported by Glimpse.
See Also