I want to serialize POJO object to xml but skip a particular field if the value is null.
@XmlRootElement(name = "Request") class Request { @Xml