In this post under Gson, I will show with example the purpose of “InstanceCreator” interface provided by Gson framework. Whenever we define a Pojo class, we don’t add constructor of our own, as we use Java provided default no argument constructor to create an object of the class. But sometimes we end up adding constructors…… Continue reading InstanceCreator example