Learn more about various aspects of MessagePack.
- Learn how to install MessagePack for your project.
- Check out our quick start tutorial.
- Learn more about serializing your own objects.
- The MessagePack analyzer for C# creates warnings and adds code fixes to make you more productive.
- The high and low level APIs will help you find the write types and methods to optimally use.
- Check out packages that extend MessagePack to make it a great fit for several technologies.
- How to use MessagePack in your RPC solution.
- Learn about built-in type support and using formatters to customize serialization.
- Compress your MessagePack data stream or file size using built-in LZ4 support.
- How the msgpack spec's extension types are used in this library and which this library reserves.
- Learn about using this library with Unity.
- The ahead of Time (AOT) code generator allows you to take the highly tuned MessagePack serializer to platforms that do not allow dynamic code generation (e.g. Xamarin, Unity).
- Check out how this library compares to the competition.
- How MessagePack achieves such great performance.