ASP.NET Core MVC Input/Output MessagePack formatter using Nerdbank.MessagePack for fast and efficient binary serialization.
$ dotnet add package Nerdbank.MessagePack.AspNetCoreMvcFormatterThis library provides MessagePack-based formatters for ASP.NET MVC, offering significant performance improvements over the default JSON protocol.
Add MessagePackInputFormatter and/or MessagePackOutputFormatter to your input and/or output formatter collections respectively, as demonstrated on our doc page.