API 응답을 엔터티 개체로 변환하는 데 문제가 있습니다. protected Response<T> parseNetworkResponse(NetworkResponse response) {
try {
String jsonString = new String(response.data, HttpHeaderParser.parseCharset(res
내 클래스입니다 : 디버그 private static class CameraSize {
public CameraSize(int h, int w) {
this.h = h;
this.w = w;
}
public int h;
public int w;
}
List<CameraSize> lstCS=n
나는이 같은 JSON을 보낼 수 있습니다 {
"user_id": "5750891ffe77d2d41732d535",
"categories" :["5751cd8cb61c39200b368cf3","575b35b9c456c8751cd8530f", "575b35c5c456c8751cd85313"]
}
하지만 발리는 문자열이 아닌 배열을 보낼