Matrix Json Converter Factory Methods
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) |