Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MessagePack serialisation #22

Open
6 tasks
dmitrii-doronin opened this issue Mar 11, 2024 · 1 comment
Open
6 tasks

Implement MessagePack serialisation #22

dmitrii-doronin opened this issue Mar 11, 2024 · 1 comment

Comments

@dmitrii-doronin
Copy link
Contributor

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

  • Select MessagePack parsing libraries that fit our codebase and evaluate their styles and compatibility
  • Test library performance, focusing on speed, memory, error handling, and scalability
  • Craft an MessagePack serialisation interface that matches our system's design and code standards
  • Build the MessagePack serialisation logic with an emphasis on maintainability and efficiency
  • Develop a suite of tests for MessagePack serialisation to ensure robustness
  • Update our docs to detail the MessagePack serialisation process, use cases, and API changes
@NeroBlackstone
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants