Retrofit 2 — Adding & Customizing the Gson Converter
In our last Retrofit post we've given you an introduction to converters. In this blog post, we want to dive deeper into the most common format: JSON. After demonstrating the integration of the Gson converter, we'll also show you how to customize Gson's mapping rules. If you prefer to catch …
Continue Reading