Class Hierarchy
- java.lang.Object
- org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.GenericToStringSerializer<T> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer<T> (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.JdkSerializationRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.OxmSerializer (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.SerializationUtils
- org.springframework.data.redis.serializer.StringRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.data.redis.serializer.SerializationException
- org.springframework.core.NestedRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.springframework.data.redis.serializer.JacksonObjectReader
- org.springframework.data.redis.serializer.JacksonObjectWriter
- org.springframework.data.redis.serializer.RedisElementReader<T>
- org.springframework.data.redis.serializer.RedisElementWriter<T>
- org.springframework.data.redis.serializer.RedisSerializationContext<K,
V> - org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder<K,
V> - org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair<T>
- org.springframework.data.redis.serializer.RedisSerializer<T>