Response.body().getbasketshoplist Is Empty, But Api Json In Postman Is Not Empty
I am new to Android, it's about a week that I am spending 3 hours a day on this problem but still I can not find a solution, I am going to get a list of object from server and pass
Solution 1:
After a week I found a solution , I just changed a variable "float count" to "String count" from my Model(BasketShop Class) Ops!
@SerializedName("count")
private String count;
Post a Comment for "Response.body().getbasketshoplist Is Empty, But Api Json In Postman Is Not Empty"