LMatrixJsonConverterRead Method

Reads and convert JSON to a LMatrix instance.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public 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

LMatrix
A triangular matrix with the values read from JSON.

See Also