JsonDataTableConverterReadJson(JsonReader, Type, Object, JsonSerializer) Method

Reads the json.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

reader  JsonReader
JsonReader with the reader.
objectType  Type
Type with the type of the object.
existingValue  Object
The existing value.
serializer  JsonSerializer
JsonSerializer with the serializer.

Return Value

Object
Object with the Json reader result.

See Also