RoundingStrategyConverterReadJson Method

Reads the JSON representation of the object.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
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