I am implementing login feature and for that using Post request but i am getting error saying
\"retrofit.RetrofitError: com.squareup.okhttp.interna
"JSON CONVERSION
Retrofit uses Gson by default to convert HTTP bodies to and from JSON. If you want to specify behavior that is different from Gson's defaults (e.g. naming policies, date formats, custom types), provide a new Gson instance with your desired behavior when building a RestAdapter. Refer to the Gson documentation for more details on customization."
See link for more info: http://square.github.io/retrofit/