RReverser / serde-xml-rs

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

Create classes from xsd schema #144

Open NelDav opened 3 years ago

NelDav commented 3 years ago

Do you plan to implement a functionality to create classes from a xsd schema? Of course that is not the main task of a xml-serializer/deserializer. But I think it would fit into this crate.

What do you think about this?

xml-schema is able to create classes from a xsd-file. But it uses another pure xml-serializer/deserializer to serialize/deserialize the created classes. Such a tool for serde would provide a nice way to use xsd-schemas to create the classes and serialize them into other formats than xml.

punkstarman commented 3 years ago

I think that this would be a great feature!

luke-titley commented 3 years ago

wow, I just went on this issues page to ask about a feature like this as well. I would be an amazing feature!