package persistance; import org.json.JSONObject; public interface JsonAble { public JSONObject serialize(); }