xjx-serdes: make serializing null fields to self-closed tag configurable #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The current implementation serializes null fields as an empty self-closed tag
<Tag/>
Make this behavior configurable, by not including the tag if it's field contains null. Exception to this rule would be when the tag does contain a attribute then it should be included in the serialized document
<Tag attribute="123"/>
The text was updated successfully, but these errors were encountered: