MoneyJsonConverterNewtonsoftReadJson(JsonReader, Type, Money, Boolean, JsonSerializer) Method

Reads the JSON representation of the object.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
public override Money ReadJson(
	JsonReader reader,
	Type objectType,
	Money existingValue,
	bool hasExistingValue,
	JsonSerializer serializer
)

Parameters

reader  JsonReader
The JsonReader to read from.
objectType  Type
Type of the object.
existingValue  Money
The existing value of object being read. If there is no existing value then null will be used.
hasExistingValue  Boolean
The existing value has a value.
serializer  JsonSerializer
The calling serializer.

Return Value

Money
The object value.

See Also