public interface RedisTokenStoreSerializationStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> clazz) |
String |
deserializeString(byte[] bytes) |
byte[] |
serialize(Object object) |
byte[] |
serialize(String data) |
Copyright © 2019. All rights reserved.