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

Add YAML & XML (De)Serialization #14

Closed maxfadson closed 4 months ago

maxfadson commented 4 months ago

Pull request contains my implementation of YAML serialization #4 and deserialization #3, XML serialization #2, and also a set of improvements and fixes by @dmitrii-doronin.

The following issues will be resolved with this PR:

Pull request checklist