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
Now that Jackson processes xsi:nil on reader side, with 2.10, it would make sense to also emit those declarations in some cases. Since this is additional content (attribute) that some other systems might not recognize (or users not want), this should be added as ToXmlGenerator.Feature, defaulting to false (i.e. do not write xsi:nil).