RReverser/serde-xml-rs

Serialization Support

Closed this issue · 5 comments

From serde-deprecated/xml#35 it sounds like this might soon be the de facto crate for using xml with serde. Are there any plans for implementing Serialization?

If so, is there anything I can do to help? I'm wanting to serialize to and from XML in one of my projects and it'd be nice to use serde instead of having to implement it myself with some sort of ToXML trait.

@Michael-F-Bryan Sure, implementing serializer is more than welcome.

Ideally, my plan was to also reduce deserialization only to cases where the roundtrip would be possible and correct, but this does not necessarily have to be in scope of initial serializer implementation.

There is now initial serialization support. I suggest we track specific serialization issues in a separate issue.

@RReverser can you also give me publishing rights on crates.io? Currently I can push to this repo but not to crates.io

@oli-obk Ok, sure.

Done.