Uses of Class
org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Package
Description
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of GenericJackson2JsonRedisSerializer in org.springframework.data.redis.serializer
Modifier and TypeMethodDescriptionGenericJackson2JsonRedisSerializer.configure
(Consumer<com.fasterxml.jackson.databind.ObjectMapper> objectMapperConfigurer) Builder method used to configure and customize the internal JacksonObjectMapper
created by thisGenericJackson2JsonRedisSerializer
and used to de/serializeobjects
as JSON.