Wie kann Jackson so konfiguriert werden, dass ein Feldwert während der Serialisierung ignoriert wird, wenn der Wert dieses Felds null ist? Zum Beispiel: public class SomeClass { // what jackson annotation causes jackson to skip over this value if it is null but will // serialize it otherwise...