Click or drag to resize

WikiStringEnumJsonConverterCreateConverter Method

This is preliminary documentation and is subject to change.

Creates a converter for a specified type.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
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 for which T is compatible with typeToConvert.
See Also