MsgPack
Last updated
Was this helpful?
Last updated
Was this helpful?
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
PackageManager:
Now that you have installed the package, you can register it into your favourite dependency injection framework:
Example using Microsoft.Extensions.DependencyInjection:
Example using Castle.Windsor: