InterfaceFactoryCreateConverter Method
Creates a converter for a specified type.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public override JsonConverter CreateConverter(
Type typeToConvert,
JsonSerializerOptions options
)
- typeToConvert Type
- The type handled by the converter.
- options JsonSerializerOptions
- The serialization options to use.
JsonConverterA converter compatible with typeToConvert.