MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.34k stars 457 forks source link

Feature Request: MessagePack as serialization option #229

Open walter-psjr opened 6 years ago

walter-psjr commented 6 years ago

In our project we use MessagePack (https://github.com/neuecc/MessagePack-CSharp) for serialization because it has great performance and low size of serialized data. As we use in several projects it would be interesting to have a MessagePack package as it exists for json.net.

MichaCo commented 6 years ago

Sure, I can add that. Nice job with the PR! I'll review it the next couple of days. Need to find some time ;)