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 serialisation #22

Open dmitrii-doronin opened 3 months ago

dmitrii-doronin commented 3 months ago

Implement MessagePack serialisation

Description

MessagePack serialisation 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 serialisation to MessagePack

Tasks

NeroBlackstone commented 2 months ago

I am confused about Serde.jl add implementation of MessagePack, because MsgPack.jl has actually implemented serialization and deserialization support for structures. In other words, what are the additional unique features added by Serde.jl wrapping MsgPack.jl?