public interface JSONPreferenceSerializer
Modifier and Type | Method and Description |
---|---|
boolean |
readJSON(org.json.JSONObject root)
Read content from JSON root element
|
boolean |
writeJSON(org.json.JSONObject root)
Serialize content to JSON in a given root element
|
boolean writeJSON(org.json.JSONObject root)
root
- Root element (where the preference output is added)boolean readJSON(org.json.JSONObject root)
root
- Root element (where the preference input is read)