Class GenericJacksonJsonRedisSerializer

java.lang.Object
org.springframework.data.redis.serializer.GenericJacksonJsonRedisSerializer
All Implemented Interfaces:
RedisSerializer<Object>

public class GenericJacksonJsonRedisSerializer extends Object implements RedisSerializer<Object>
Generic Jackson 3-based RedisSerializer that maps objects to and from JSON.

JSON reading and writing can be customized by configuring a JacksonObjectReader and JacksonObjectWriter.

Since:
4.0
Author:
Christoph Strobl
See Also: