Uses of Class
org.springframework.data.redis.serializer.SerializationException
Packages that use SerializationException
Package
Description
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of SerializationException in org.springframework.data.redis.serializer
Methods in org.springframework.data.redis.serializer that throw SerializationExceptionModifier and TypeMethodDescription@Nullable Object
GenericJackson2JsonRedisSerializer.deserialize
(byte @Nullable [] source) Deprecated, for removal: This API element is subject to removal in a future version.<T> @Nullable T
GenericJackson2JsonRedisSerializer.deserialize
(byte @Nullable [] source, Class<T> type) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable Object
GenericJackson3JsonRedisSerializer.deserialize
(byte @Nullable [] source) <T> @Nullable T
GenericJackson3JsonRedisSerializer.deserialize
(byte @Nullable [] source, Class<T> type) @Nullable T
Jackson2JsonRedisSerializer.deserialize
(byte @Nullable [] bytes) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable T
Jackson3JsonRedisSerializer.deserialize
(byte @Nullable [] bytes) @Nullable Object
OxmSerializer.deserialize
(byte @Nullable [] bytes) @Nullable T
RedisSerializer.deserialize
(byte @Nullable [] bytes) Deserialize an object from the given binary data.byte[]
Deprecated, for removal: This API element is subject to removal in a future version.byte[]
byte[]
Deprecated, for removal: This API element is subject to removal in a future version.byte[]
byte[]
byte[]
Serialize the given object to binary data.