Interface UserDecoder
- All Known Subinterfaces:
UserCodec
- All Known Implementing Classes:
DefaultUserCodec
public interface UserDecoder
- Since:
- 1.0
- Author:
- CJ (power4j@outlook.com)
-
Method Summary
-
Method Details
-
decode
解码- Parameters:
value- 由encode方法编码的值- Returns:
- UserInfo 对象
- Throws:
UserCodecException- 解码失败
-