RReverser / serde-xml-rs

xml-rs based deserializer for Serde (compatible with 1.0+)
https://crates.io/crates/serde-xml-rs
MIT License
269 stars 90 forks source link

Hoot serialize into attributes #198

Open lostb1t opened 1 year ago

lostb1t commented 1 year ago

Deserializing attributes works fine. But how can i serialize to attributes?

oneslash commented 1 year ago

Could you please provide some more details and examples? This will help to get a better picture.

qsantos commented 1 year ago

This is a duplicate of https://github.com/RReverser/serde-xml-rs/issues/49