|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonSerializable
This interface must implement all classes which can be serializable to JSON.
| Method Summary | |
|---|---|
void |
writeJson(com.google.gson.stream.JsonWriter w)
Called during serialization process and must be implemented. |
| Method Detail |
|---|
void writeJson(com.google.gson.stream.JsonWriter w)
throws IOException
w - JsonWriter object for writing output
IOException - If I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||