public abstract class ObjectToStringCodes<INPUT> extends Codes<INPUT,String>
| 构造器和说明 |
|---|
ObjectToStringCodes() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract INPUT |
decode(String cipherObj,
Type plainType)
decode cipher object to plain object
|
abstract String |
encode(INPUT plainObj)
encode plain object to cipher object
|
int |
order()
order of this codes
|
compareTo, matchDecodeType, matchEncodeObjectCopyright © 2020. All rights reserved.