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 test does however fail with the current implementation of quick-xml. I have narrowed it down to the deserialize_option function of the MapValueDeserializer struct in src/de/map.rs. Sadly, I do not understand enough about the internals of quick-xml to contribute anything meaningful. Please let know how I can further help if needed.
PS: I have created a PR #786 to work on this problem.
The text was updated successfully, but these errors were encountered:
Hi,
I have some code in which I need to (de)-serialize in the following way:
This test does however fail with the current implementation of quick-xml. I have narrowed it down to the
deserialize_option
function of theMapValueDeserializer
struct insrc/de/map.rs
. Sadly, I do not understand enough about the internals ofquick-xml
to contribute anything meaningful. Please let know how I can further help if needed.PS: I have created a PR #786 to work on this problem.
The text was updated successfully, but these errors were encountered: