Class GenericJackson3JsonRedisSerializer

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

public class GenericJackson3JsonRedisSerializer 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 Jackson3ObjectReader and Jackson3ObjectWriter.

Since:
4.0
Author:
Christoph Strobl
See Also: