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
42 stars 7 forks source link

Implement YAML serialization #4

Closed gryumov closed 4 months ago

gryumov commented 5 months ago

Implement YAML serialization

Description

YAML Serialization is currently marked as 'planned' in our project. As YAML is a widely used format for configuration files and data exchange, this feature is essential for users who need to serialize data into YAML.

Tasks