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
Currently XML backend does not support addition of extra "wrapping", indicated by SerializationFeature.WRAP_ROOT_VALUE: it does however support "unwrapping" (see DeserializationFeature.UNWRAP_ROOT_VALUE).
It would make sense to support serialization side too.
The text was updated successfully, but these errors were encountered:
(for background, see #485 and #374 )
Currently XML backend does not support addition of extra "wrapping", indicated by
SerializationFeature.WRAP_ROOT_VALUE
: it does however support "unwrapping" (seeDeserializationFeature.UNWRAP_ROOT_VALUE
).It would make sense to support serialization side too.
The text was updated successfully, but these errors were encountered: