Uses of Class
org.springframework.data.redis.serializer.SerializationException
Package
Description
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of SerializationException in org.springframework.data.redis.serializer
Modifier and TypeMethodDescriptionGenericJackson2JsonRedisSerializer.deserialize
(byte[] source) <T> T
GenericJackson2JsonRedisSerializer.deserialize
(byte[] source, Class<T> type) Jackson2JsonRedisSerializer.deserialize
(byte[] bytes) OxmSerializer.deserialize
(byte[] bytes) RedisSerializer.deserialize
(byte[] bytes) Deserialize an object from the given binary data.byte[]
byte[]
byte[]
byte[]
Serialize the given object to binary data.