Spring Gson serialize null fields
1. Overview While working with Gson to serialize fields at that time by default Gson will ignore null fields or we can say if null fields available in Java object…
1. Overview While working with Gson to serialize fields at that time by default Gson will ignore null fields or we can say if null fields available in Java object…
1. Overview Google’s Gson is very popular library for converting Java Object to Json and in this article we will learn different strategy for converting java field name to upper…
1. Overview In this article, We will learn how to configure Gson in spring boot application or we can say it is a way to configure Gson instead of Jackson….
1. Overview In this article, we will discuss Spring Jackson custom date format with examples. When Date type object serializes at that time Jackson will convert to Long (Milliseconds from 1970) but sometimes…
1. Overview During spring boot application development XML response also need to requires at some places. The controller should return XML response by spring boot rest services. Spring boot provides…