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 ObjectGenericJackson2JsonRedisSerializer.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.@Nullable ObjectGenericJacksonJsonRedisSerializer.deserialize(byte @Nullable [] source) <T> @Nullable TGenericJacksonJsonRedisSerializer.deserialize(byte @Nullable [] source, Class<T> type) @Nullable TJackson2JsonRedisSerializer.deserialize(byte @Nullable [] bytes) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable TJacksonJsonRedisSerializer.deserialize(byte @Nullable [] bytes) @Nullable ObjectOxmSerializer.deserialize(byte @Nullable [] bytes) @Nullable TRedisSerializer.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.