public class ByteArrayRedisSerializer
extends java.lang.Object
implements org.springframework.data.redis.serializer.RedisSerializer<byte[]>
| Constructor and Description |
|---|
ByteArrayRedisSerializer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
deserialize(byte[] bytes) |
byte[] |
serialize(byte[] bytes) |
@Nullable
public byte[] serialize(@Nullable
byte[] bytes)
throws org.springframework.data.redis.serializer.SerializationException
serialize in interface org.springframework.data.redis.serializer.RedisSerializer<byte[]>org.springframework.data.redis.serializer.SerializationException@Nullable
public byte[] deserialize(@Nullable
byte[] bytes)
throws org.springframework.data.redis.serializer.SerializationException
deserialize in interface org.springframework.data.redis.serializer.RedisSerializer<byte[]>org.springframework.data.redis.serializer.SerializationExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.