You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
If I use the version <= 1.1.46.android,there is no problem.But if I use the version > 1.1.46.android, it will throw a JSONException(can not get javaBeanDeseriallizer)
I must write the modle like this when the version > 1.1.46.android
public class TestModel implements Serializable {
public JSONObject info;
}
Is there any solution?
The text was updated successfully, but these errors were encountered:
If I use the version <= 1.1.46.android,there is no problem.But if I use the version > 1.1.46.android, it will throw a JSONException(can not get javaBeanDeseriallizer)
I must write the modle like this when the version > 1.1.46.android
Is there any solution?
The text was updated successfully, but these errors were encountered: