MoneyJsonConverterSystemRead Method
Reads and converts the JSON to type T.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
public override Money Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
MoneyThe converted value.