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
Is your feature request related to a problem? Please describe.
Currently an empty tag and a self closing tag behave the same.
Describe the solution you'd like
A self closing tag should relate to null and an empty tag should relate to empty by default.
However, this behavior should be configurable in the SerializerConfiguration.
Describe alternatives you've considered -
Additional context
They used to both default to nullOrEmpty in some of the converters, this is not correct so it's changed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently an empty tag and a self closing tag behave the same.
Describe the solution you'd like
A self closing tag should relate to
null
and an empty tag should relate toempty
by default.However, this behavior should be configurable in the
SerializerConfiguration
.Describe alternatives you've considered
-
Additional context
They used to both default to
nullOrEmpty
in some of the converters, this is not correct so it's changed.The text was updated successfully, but these errors were encountered: