package csdk.glucustomersupport.util; import org.json.JSONException; import org.json.JSONStringer; /* loaded from: classes4.dex */ public interface ISerializableJsonObject { void write(JSONStringer jSONStringer) throws JSONException; }