|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface SessionValueEncoder
将对象转换成字符串值或反之。
| 方法摘要 | |
|---|---|
Object |
decode(String encodedValue,
SessionStore.StoreContext storeContext)
将字符串解码成对象。 |
String |
encode(Object value,
SessionStore.StoreContext storeContext)
将对象编码成字符串。 |
| 方法详细信息 |
|---|
String encode(Object value,
SessionStore.StoreContext storeContext)
throws SessionValueEncoderException
SessionValueEncoderException - 如果编码失败
Object decode(String encodedValue,
SessionStore.StoreContext storeContext)
throws SessionValueEncoderException
SessionValueEncoderException - 如果解码失败
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||