Class JdkSerializationRedisSerializer

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

public class JdkSerializationRedisSerializer extends Object implements RedisSerializer<Object>
Java Serialization RedisSerializer.

Delegates to the default (Java-based) serializer and deserializer.

This serializer can be constructed with either a custom ClassLoader or custom converters.

Author:
Mark Pollack, Costin Leau, Mark Paluch, Christoph Strobl, John Blum