Skip to content

osoclos/msgpack-typed

Repository files navigation

msgpack-typed

A MessagePack encoder and decoder implementation focused on type preservation and interoperability with other codecs

Warning

This port has not been battle-tested (to the point of full confidence) and bugs may still appear. Do not use this in production code unless necessary.

Features

The list of features part of this port of MessagePack includes:

  • Generic encoding and decoding of any valid MessagePack chunks

  • Type preservation (with separate numeric types)

  • LZ4 block compression/decompression (same as the Official MessagePack C# port)

  • Creation of modular and powerful extensions.

Documentation

The documentation can be found as part of the source code, which can be viewed as a tooltip in your IDE. On-site documentation will be done when demand calls for it.

About

A MessagePack encoder and decoder implementation focused on type preservation and interoperability with other codecs

Resources

License

Stars

Watchers

Forks

Contributors