public interface CustomJsonable
| Modifier and Type | Method and Description |
|---|---|
void |
read(JsonableReader reader) |
void |
write(JsonableWriter writer) |
void read(JsonableReader reader) throws java.io.IOException
java.io.IOExceptionvoid write(JsonableWriter writer) throws org.json.JSONException
org.json.JSONException