Class GenericJacksonJsonRedisSerializer

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

public class GenericJacksonJsonRedisSerializer extends Object implements RedisJsonSerializer
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, Moritz Halbritter
See Also: