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.
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.
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.