bhftbootcamp / Serde.jl

Serde is a Julia library for (de)serializing data to/from various formats. The library offers a simple and concise API for defining custom (de)serialization behavior for user-defined types
Apache License 2.0
31 stars 7 forks source link

Features request: XSD support? #35

Closed NeroBlackstone closed 2 months ago

NeroBlackstone commented 2 months ago

I don't know if Serde.jl has the plan to support generating julia types from XSD and automatically add serialization code.

But in my opinion, this is more like a function that should be implemented by an independent package.

dmitrii-doronin commented 2 months ago

Hi, I think that sort of thing should be done no a higher level package, IMO. But, it's something I'm definitely looking forward to in Julia.

dmitrii-doronin commented 2 months ago

I'm closing this issue for now. There's a package that works well with XML. It might go public soon. Stay in touch)