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
Hi, so I am working on a project using your library and I get this error when trying to deserialize an enum. If I get the underlying struct and try to deserialize it, it works fine. I have replicated this issue in a git hub repo that you can download and see for yourself. Any help on this would be appreciated. Thank you.
Untagged enums uses bufferisation which defeat ability of quick-xml serializer return anything that is not String or Map. This is essentially a serde-rs/serde#1183, we cannot fix it from quick-xml side. You can find many problems related to this issue. Try to use serde-untagged.
Hi, so I am working on a project using your library and I get this error when trying to deserialize an enum. If I get the underlying struct and try to deserialize it, it works fine. I have replicated this issue in a git hub repo that you can download and see for yourself. Any help on this would be appreciated. Thank you.
https://github.com/EmekaLiberas/quick-xml-enum-deserialize-issue/tree/main/enum-deserialization/src
The text was updated successfully, but these errors were encountered: