InterfaceFactoryCreateConverter Method

Creates a converter for a specified type.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public override JsonConverter CreateConverter(
	Type typeToConvert,
	JsonSerializerOptions options
)

Parameters

typeToConvert  Type
The type handled by the converter.
options  JsonSerializerOptions
The serialization options to use.

Return Value

JsonConverter
A converter compatible with typeToConvert.

See Also