SingleOrArrayConverter<(Of <(<'T>)>)>..::..ReadJson Method
Reads the JSON representation of the object.
Namespace:
FlowWright.cDevDeAPI.Mobile
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Syntax
Parameters
- reader
- Type: JsonReader
The JsonReader to read from.
- objectType
- Type: Type
Type of the object.
- existingValue
- Type: Object
The existing value of object being read.
- serializer
- Type: JsonSerializer
The calling serializer.