Skip to content

Msgpack#1

Open
fatmaebrahim wants to merge 19 commits intomainfrom
development
Open

Msgpack#1
fatmaebrahim wants to merge 19 commits intomainfrom
development

Conversation

@fatmaebrahim
Copy link
Copy Markdown
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.

1 participant