-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializing $value enum variant doesn't work #429
Labels
Comments
Efforts have not yet been put into the correct representation of enum, so many obvious (in fact, not all are obvious) things do not work. First of all, it's need to write consistent, composable rules to represent various serde enum representations. I've started this work in my doc branch, but have not yet time to finish it. You can help by working through this aspect of, if you wish. |
Mingun
added
bug
help wanted
serde
Issues related to mapping from Rust types to XML
labels
Jul 19, 2022
Mingun
added a commit
to Mingun/quick-xml
that referenced
this issue
Oct 1, 2022
Merged
JOSEPHGILBY
pushed a commit
to JOSEPHGILBY/quick-xml
that referenced
this issue
Nov 5, 2022
JOSEPHGILBY
pushed a commit
to JOSEPHGILBY/quick-xml
that referenced
this issue
Nov 5, 2022
Mingun
added a commit
to Mingun/quick-xml
that referenced
this issue
Jan 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cargo.toml:
src/main.rs:
Output:
Expected output:
As you can see deserialization works, but serialization does not.
The text was updated successfully, but these errors were encountered: