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
And that is it from me, somebody way more knowledgeable than me in this matter has got to figure this one out. Trying to look into how serde_json does it makes my head hurt.
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser] Struct Test
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] field val
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser] Sequence
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser] Struct variant FirstEnum
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] field content
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] end field
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser] Struct variant SecondEnum
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] field cont
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] end field
[2022-09-09T20:17:47Z DEBUG serde_xml_rs::ser::map] end field
I am trying to serialize this
Sadly this ends up being
I think the expected output would be
Or am I doing something wrong here?
The text was updated successfully, but these errors were encountered: