The `GenericJackson2JsonRedisSerializer` now resolves the target type before calling `ObjectMapper.readValue()` causing a `ClassCast` in the `StdNodeBasedDeserializer.deserializeWithType()` * Override `MessageJacksonDeserializer.deserializeWithType()` with delegating to the plain `deserialize()` ignoring the `TypeDeserializer` Related to https://github.com/spring-projects/spring-data-redis/issues/2322