public class InterfaceFactory : JsonConverterFactory| InterfaceFactory | Initializes a new instance of the InterfaceFactory class. |
| ConcreteType | Gets the concrete class type. |
| InterfaceType | Gets the interface type. |
| CanConvert | Determines whether the converter instance can convert the specified object type. (Overrides JsonConverterCanConvert(Type)) |
| CreateConverter | Creates a converter for a specified type. (Overrides JsonConverterFactoryCreateConverter(Type, JsonSerializerOptions)) |