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 TypeMethodDescriptionGenericJackson2JsonRedisSerializer.deserialize(byte @Nullable [] source) Deprecated, for removal: This API element is subject to removal in a future version.<T> @Nullable TGenericJackson2JsonRedisSerializer.deserialize(byte @Nullable [] source, Class<T> type) Deprecated, for removal: This API element is subject to removal in a future version.GenericJacksonJsonRedisSerializer.deserialize(byte @Nullable [] source) <T> @Nullable TGenericJacksonJsonRedisSerializer.deserialize(byte @Nullable [] source, Class<T> type) Jackson2JsonRedisSerializer.deserialize(byte @Nullable [] bytes) Deprecated, for removal: This API element is subject to removal in a future version.JacksonJsonRedisSerializer.deserialize(byte @Nullable [] bytes) OxmSerializer.deserialize(byte @Nullable [] bytes) RedisSerializer.deserialize(byte @Nullable [] bytes) Deserialize an object from the given binary data.default <T> @Nullable TRedisSerializer.deserialize(byte @Nullable [] source, Class<T> type) 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.