MatrixJsonConverterFactory Class

Factory for MatrixJsonConverter<T>.

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
C#
public sealed class MatrixJsonConverterFactory : JsonConverterFactory
Inheritance
Object  →  JsonConverter  →  JsonConverterFactory  →  MatrixJsonConverterFactory

Constructors

MatrixJsonConverterFactoryInitializes a new instance of the MatrixJsonConverterFactory class

Properties

TypeGets the type being converted by the current converter instance.
(Inherited from JsonConverterFactory)

Methods

CanConvertWhen overridden in a derived class, determines whether the converter instance can convert the specified object type.
(Overrides JsonConverter.CanConvert(Type))
CreateConverterCreates a converter for a specified type.
(Overrides JsonConverterFactory.CreateConverter(Type, JsonSerializerOptions))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also