Skip to content

Conversation

@fatmaebrahim
Copy link
Contributor

This PR represents the implementation of a Go library that implements MessagePack serialization and deserialization.

It includes the implementation of features such as:

  • Serialization and Deserialization of different types like:
    • nil,bool
    • uint8/16/32/64
    • int8/16/32/64
    • float32/64
    • string8/16/32
    • bin8/16/32
    • array16/32
    • map16/32
  • Packing an object into a byte array
  • Unpacking a byte array into an object

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants