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
@GET("/") Call<ResponseBody> queryParameter(@Foo @Query("foo") Object foo);
This method currently will work without a custom string converter. The built-in string converter will simply call foo.toString(), and @Foo will be silently ignored. (...apparently, my first GH issue on Retrofit.)