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
If i serialize the following following class (i removed the other properties) then the roles property is removed from the XML. But it stays if i serialize to JSON or YAML.
Steps required to reproduce the problem
If i serialize the following following class (i removed the other properties) then the
roles
property is removed from the XML. But it stays if i serialize to JSON or YAML.As JSON i get:
{ "roles": [] }
But as XML i only get:
I would expect the following output, which would match the results for JSON and YAML:
The text was updated successfully, but these errors were encountered: