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
yfakariya edited this page Aug 9, 2015
·
4 revisions
MessagePack is interoperable binary encoding format. You can reduce the size of stream dramatically when you have a data of which contains many binary (for example, numeric) data.
Usage
It's simple. Create, do, done.
There are only 2 steps to serialize types.
Invoke MessagePackSerializer.Get<T>() where T is the type of the root object you're serialising. This returns you a MessagePackSerializer<T> object.