Matrix Json Converter Factory.Create Converter 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#
A converter for which T is compatible with typeToConvert.
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
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
JsonConverterA converter for which T is compatible with typeToConvert.