static JsonConverter Create(Type enumType, EnumConverterOptions converterOptions, JsonSerializerOptions serializerOptions)
JsonStringEnumConverter(JsonNamingPolicy? namingPolicy=null, bool allowIntegerValues=true)
readonly JsonNamingPolicy _namingPolicy
override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options)
override bool CanConvert(Type typeToConvert)
readonly EnumConverterOptions _converterOptions