MatrixJsonConverterRead Method

Reads and convert JSON to a Matrix instance.

Definition

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

Matrix
A triangular matrix with the values read from JSON.

See Also