In my previous post “FieldNamingPolicy Example”, I explained with an example how to change the naming convention using out of the box provided standard naming conventions. In this post, I will explain with an example how to create your own custom naming conventions and configure the Gson to use it. To create our own custom…… Continue reading FieldNamingStrategy Example