Jackson2JsonRedisSerializer is not working to deserialize enum. suppose i have an enum APPLE("test"). "APPLE" is stored in redis database as a String so when retrieving it just returns string instead of ENUM