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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Adding isEmpty() methods is easy (and now done), but turns out that we need bit more elaborate support to make recursive serialization handling work as expected. Problem being that exclusion is "off by one", that is, calling BeanSerializer checks inclusion. But object/array serializer also needs configuration information for content; and this is where things get interesting.
Due to timing, can not get this done for 2.6, but may revisit for 2.7. Doing this also allows considering similar support for jackson-databindJsonNode, which should be nice; we can use this package as sort of prototype or dry dun.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would make sense to be able to prune
empty
(and default value) output when serializing.The text was updated successfully, but these errors were encountered: