You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ MessagePack has a compact binary size and a full set of general purpose expressi
44
44
-[Be careful when copying buffers](#be-careful-when-copying-buffers)
45
45
-[Choosing compression](#choosing-compression)
46
46
-[Extensions](#extensions)
47
+
-[Experimental Features](#experimental-features)
47
48
-[High-Level API (`MessagePackSerializer`)](#high-level-api-messagepackserializer)
48
49
-[Multiple MessagePack structures on a single `Stream`](#multiple-messagepack-structures-on-a-single-stream)
49
50
-[Low-Level API (`IMessagePackFormatter<T>`)](#low-level-api-imessagepackformattert)
@@ -983,6 +984,16 @@ You can make your own extension serializers or integrate with frameworks. Let's
983
984
*[WebApiContrib.Core.Formatter.MessagePack](https://github.com/WebApiContrib/WebAPIContrib.Core#formatters) - supports ASP.NET Core MVC ([details in blog post](https://www.strathweb.com/2017/06/using-messagepack-with-asp-net-core-mvc/))
0 commit comments