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
This commit fixesFasterXML#4771 by adding serialization and deserialization features to control whether a QName is serialized to a string using the "QName.toString()" method (the only option currently) or if it is serialized to JSON object (a new option to fixFasterXML#4771).
Search before asking
Describe the bug
QName (de)serialization ignores prefix, because it uses QName#toString() and QName#valueOf(java.lang.String).
Version Information
2.17.2
Reproduction
Expected behavior
QName prefix is preserved.
Additional context
No response
The text was updated successfully, but these errors were encountered: