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