public class PrefixKeySerializer
extends org.springframework.data.redis.serializer.StringRedisSerializer
| Constructor and Description |
|---|
PrefixKeySerializer(String prefixParam)
普通的构造函数
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(String string)
序列化
|
deserialize, getTargetTypepublic PrefixKeySerializer(String prefixParam)
prefixParam - 前缀Copyright © 2020. All rights reserved.