public interface RedisSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes) |
byte[] |
serialize(T t) |
byte[] serialize(T t) throws SerializationException
SerializationExceptionT deserialize(byte[] bytes) throws SerializationException
SerializationExceptionCopyright © 2020. All rights reserved.