package eirb.pg203.utils; import org.json.JSONObject; public interface JSONCachable { JSONObject toJSON(); JSONCachable fromJSON(JSONObject data); }