TicketConverterTReadJson Method

Read JSON content from the file.

Definition

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

Parameters

reader  JsonReader
Reference to the active JSON reader.
objectType  Type
Reference to the object type to be read.
existingValue  Object
Reference to the existing value in the target.
serializer  JsonSerializer
Reference to the active serializer.

Return Value

Object
Reference to the specified

Exceptions

See Also