LMatrixJsonConverterRead Method |
Reads and convert JSON to a
LMatrix instance.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic override LMatrix 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
LMatrixA triangular matrix with the values read from JSON.
See Also