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
When deserializing xml into structures with yaserde namespace attributes affixed, I am seeing deserialized elements that do not belong in the specified namespace.
You have to understood YaSerDe works quasi like XML. namespace defines a list of namespaces.
In addition, the prefix will said which namespace will be used.
When deserializing xml into structures with yaserde namespace attributes affixed, I am seeing deserialized elements that do not belong in the specified namespace.
Example below.
cargo.toml
main.rs
output
I did not expect
<bbb:Child a="42" />
to deserialize or show up in the result set.The text was updated successfully, but these errors were encountered: