Class JsonKeyConverterFactory
Inheritance
JsonKeyConverterFactory
Assembly: Venflow.Keys.dll
Syntax
public class JsonKeyConverterFactory : JsonConverterFactory
Methods
|
Improve this Doc
View Source
CanConvert(Type)
Declaration
public override bool CanConvert(Type typeToConvert)
Parameters
Type |
Name |
Description |
Type |
typeToConvert |
|
Returns
|
Improve this Doc
View Source
CreateConverter(Type, JsonSerializerOptions)
Declaration
public override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options)
Parameters
Type |
Name |
Description |
Type |
typeToConvert |
|
JsonSerializerOptions |
options |
|
Returns
Type |
Description |
JsonConverter |
|