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
I was sending Pojo object in the API call by calling the method (addBodyParamter) and seems like it was not converting Pojo into JSON object. When I was adding the interceptor, put debug and dive into the deep look I saw the FormBody object was sending in the request. I was following the similar way of doing code. am I missing any library? since I used neither Jackson Parser nor any third party library. I thinking about without Jackson Parser also it should work, right? or should I convert java object into JSON in the addBodyparameter manually?
Also, one more question. I have added this dependency
No need to add rxJava and rxAndroid dependency rite? I think by default, rx2AndroidNetworking has those dependencies, right? just asking for confirmation?
I was sending Pojo object in the API call by calling the method (addBodyParamter) and seems like it was not converting Pojo into JSON object. When I was adding the interceptor, put debug and dive into the deep look I saw the FormBody object was sending in the request. I was following the similar way of doing code. am I missing any library? since I used neither Jackson Parser nor any third party library. I thinking about without Jackson Parser also it should work, right? or should I convert java object into JSON in the addBodyparameter manually?
Also, one more question. I have added this dependency
No need to add rxJava and rxAndroid dependency rite? I think by default, rx2AndroidNetworking has those dependencies, right? just asking for confirmation?
The text was updated successfully, but these errors were encountered: