EnumConverter<T> class EnumConverter<T> : JsonConverter<T> where T : struct, Enum Documentation Code public EnumConverter(EnumConverterOptions options) public EnumConverter(EnumConverterOptions options, JsonNamingPolicy namingPolicy)