JsonNetSerializationConverterAdapter ReadJson Method | Glimpse API Documentation |
Reads the JSON representation of the object.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- reader
- Type: JsonReader
The JsonReader to read from.
- objectType
- Type: System Type
Type of the object.
- existingValue
- Type: System Object
The existing value of object being read.
- serializer
- Type: JsonSerializer
The calling serializer.
Return Value
The object value.Exceptions
Exception | Condition |
---|---|
System NotSupportedException | An exception is thrown if this method is called because it it not supported by Glimpse. |
See Also