MatrixJsonConverterFactory Methods

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