public class NoOpRedisSerializer
extends java.lang.Object
implements org.springframework.data.redis.serializer.RedisSerializer<byte[]>
Constructor and Description |
---|
NoOpRedisSerializer() |
Modifier and Type | Method and Description |
---|---|
byte[] |
deserialize(byte[] bytes) |
byte[] |
serialize(byte[] bytes) |
public byte[] serialize(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
public byte[] deserialize(byte[] bytes) throws org.springframework.data.redis.serializer.SerializationException
deserialize
in interface org.springframework.data.redis.serializer.RedisSerializer<byte[]>
org.springframework.data.redis.serializer.SerializationException