public interface JSONAble
| android.support.test.espresso.web.model.JSONAble |
| |
允许实现者指示ModelCodec如何将此对象编码为JSON。
Nested classes |
|
|---|---|
interface |
JSONAble.DeJSONFactory 允许实现者用更适用的对象替换JSONObject(表示为映射)。 |
Public methods |
|
|---|---|
abstract String |
toJSONString() |
String toJSONString ()
| Returns | |
|---|---|
String |
|