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

Implement MessagePack deserialisation #21

Open dmitrii-doronin opened 3 months ago

dmitrii-doronin commented 3 months ago

Implement MessagePack deserialisation

Description

MessagePack deserialisation is currently marked as 'planned' in our project. This feature is crucial for users who work with YAML data formats and expect our tool to support deserialisation to MessagePack

Tasks