C#: MessagePack Serialization
Introduction
In this tutorial we will learn how to serialize an object to the MessagePack format, in C#. We will be using msgpack-cli package, which can be easily installed from the Visual Studio NuGet package manager, as can be seen in figure 1.
Figure 1 – Installing the MsgPack.Cli package from the NuGet package manager.
This tutorial was tested with .NET Core v3.1 and with MsgPack.Cl…
View On WordPress



















