Uses of Interface
org.springframework.data.redis.serializer.RedisJsonSerializer
Packages that use RedisJsonSerializer
Package
Description
Core package for integrating Redis with Spring concepts.
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of RedisJsonSerializer in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisJsonSerializerModifier and TypeMethodDescriptionstatic RedisJsonTemplate<String> RedisJsonTemplate.create(RedisConnectionFactory connectionFactory, RedisJsonSerializer jsonSerializer) Create a newRedisJsonTemplateusing the givenRedisConnectionFactoryandRedisJsonSerializerfor usage withStringkeys.Constructors in org.springframework.data.redis.core with parameters of type RedisJsonSerializerModifierConstructorDescriptionRedisJsonTemplate(RedisConnectionFactory connectionFactory, RedisSerializer<K> keySerializer, RedisJsonSerializer jsonSerializer) Creates a newRedisJsonTemplateusing the givenRedisConnectionFactoryand serializers. -
Uses of RedisJsonSerializer in org.springframework.data.redis.serializer
Classes in org.springframework.data.redis.serializer that implement RedisJsonSerializerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classGeneric Jackson 3-basedRedisSerializerthat mapsobjectsto and from JSON.
GenericJacksonJsonRedisSerializer