FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

SingleOrArrayConverter<(Of <(<'T>)>)>..::..ReadJson Method

Reads the JSON representation of the object.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)
Public Function ReadJson ( _
	reader As JsonReader, _
	objectType As Type, _
	existingValue As Object, _
	serializer As JsonSerializer _
) As Object
public:
Object^ ReadJson(
	JsonReader^ reader, 
	Type^ objectType, 
	Object^ existingValue, 
	JsonSerializer^ serializer
)

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.

Return Value

The object value.