Closed
Description
Markus Heiden opened DATAREDIS-521 and commented
Jackson2JsonRedisSerializer#serialize(Object) should be Jackson2JsonRedisSerializer#serialize(T). Jackson2JsonRedisSerializer implements RedisSerializer<T> which defines the method as serialize(T). I do not understand why this compiles at all.
The current state makes it impossible to overwrite the method
Affects: 1.7.1 (Hopper SR1)