↧
Answer by Jake Wharton for Android Retrofit GET request ConversionException...
1) Why are these conversion exceptions occurring, when as far as I can tell, the response data is always correct?You expected data that looks like this:{"foo":"bar"}But Gson found something more...
View ArticleAndroid Retrofit GET request ConversionException issue
I'm using Retrofit to make REST requests and create the corresponding model objects (with gson using the @SerializedName annotation). There is one particular GET request that occasionally causes a...
View Article