MoneyJsonConverterNewtonsoftReadJson(JsonReader, Type, Money, Boolean, JsonSerializer) Method
Reads the JSON representation of the object.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
public override Money ReadJson(
JsonReader reader,
Type objectType,
Money existingValue,
bool hasExistingValue,
JsonSerializer serializer
)
- 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.
MoneyThe object value.