None
values serialize as empty element and fail round trip deserializing
#636
Labels
serde
Issues related to mapping from Rust types to XML
Serializing
r
will output:Deserializing the xml will fail with:
So round trip serialization fails.
However
Will be sucessful and equal to
Note:
serde_xml_rs
has similar issues.I have two expectations here:
Option<>
and then yield None.Unless I'm misunderstanding how this is supposed to work, but round trip defintely fails.
The text was updated successfully, but these errors were encountered: