Uses of Class
org.jsonex.jsoncoder.EncodeReq
-
Packages that use EncodeReq Package Description org.jsonex.jsoncoder -
-
Uses of EncodeReq in org.jsonex.jsoncoder
Methods in org.jsonex.jsoncoder that return EncodeReq Modifier and Type Method Description static EncodeReqEncodeReq. of(Object obj)Methods in org.jsonex.jsoncoder with parameters of type EncodeReq Modifier and Type Method Description StringJSONCoder. encode(EncodeReq req)static StringJSONCoder. encode(EncodeReq req, JSONCoderOption opt)
-