Matrix Json Converter Factory 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#
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
public sealed class MatrixJsonConverterFactory : JsonConverterFactory
- Inheritance
- Object → JsonConverter → JsonConverterFactory → MatrixJsonConverterFactory
Constructors
Matrix | Initializes a new instance of the MatrixJsonConverterFactory class |
Properties
Type | Gets the type being converted by the current converter instance. (Inherited from JsonConverterFactory) |
Methods
Can | When overridden in a derived class, determines whether the converter instance can convert the specified object type. (Overrides JsonConverter.CanConvert(Type)) |
Create | Creates a converter for a specified type. (Overrides JsonConverterFactory.CreateConverter(Type, JsonSerializerOptions)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |