1 2 3 4 5 6 7
package persistance; import org.json.JSONObject; public interface JsonAble { public JSONObject serialize(); }