Date2JsonConverterRead Method |
Reads an unsigned number from JSON and converts it to a date
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic override Date Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
Parameters
- reader Utf8JsonReader
- The JSON reader.
- typeToConvert Type
- The type of the object to convert.
- options JsonSerializerOptions
- JSON options.
Return Value
DateA triangular matrix with the values read from JSON.
See Also