In this post under GSON, I will explain how to configure the Gson instance. In all my previous post under GSON, I used to create a Gson instance by using the below code snippet. Gson gson = new Gson(); With this instance we used convert java object to and from JSON format. This instance comes…… Continue reading Configuring Gson object