I have a Java Object that I want to serialise to JSON. However, before I do that, I set some properties on fields for that object. Now I want to serialise this object to JSON. How can I serialise only the fields that were explicitly assigned a value and basically exclude all other fields?I have a Java Object that I want to serialise t