MFEnumJsonConverterReadJson Method

Reads the JSON representation of the object.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

reader  JsonReader
The JsonReader to read from.
objectType  Type
Type of the object.
existingValue  Object
The existing value of object being read.
serializer  JsonSerializer
The calling serializer.

Return Value

Object
The object value.

See Also