public interface Encoder
限定符和类型 | 方法和说明 |
---|---|
default boolean |
bodyRequired()
必须要 body
|
byte[] |
encode(java.lang.Object obj)
序列化
|
java.lang.String |
enctype()
编码
|
void |
pretreatment(Context ctx)
预处理
|
default boolean bodyRequired()
java.lang.String enctype()
byte[] encode(java.lang.Object obj) throws java.lang.Throwable
java.lang.Throwable
void pretreatment(Context ctx)