You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where I want to serialize default values (for example false for boolean), but I want to configure serialization so that empty collections and nulls are not serialized by default.
I can currently achieve the default values are serialized and nulls are removed with the following example: