retrofit-converter-fastjson
retrofit-converter-fastjson copied to clipboard
Retrofit Issue with POST method
Not working while calling POST method, however GsonConverterFactory works.. Wasted many hours behind find this issue..
I'm sorry for that. Can you post more details, please? Thank you very much.
When I call WCF POST service using fastjson and FastJsonConverterFactory in retrofit, response from that service not as correct as I tested the same service in POSTMAN rest client. And same service using default converter "com.squareup.retrofit2:converter-gson" working. GET Service completely working for fastjson. I can't send u example.. Just test own self, by calling WCF POST service using fastjson..