MatrixJsonConverterFactory.CreateConverter Method

Creates a converter for a specified type.

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
C#
public override JsonConverter CreateConverter(
	Type typeToConvert,
	JsonSerializerOptions options
)

Parameters

typeToConvert  Type
The type handled by the converter.
options  JsonSerializerOptions
The serialization options to use.

Return Value

JsonConverter
A converter for which T is compatible with typeToConvert.

See Also