BinaryFormatter

This is the default Serializer in EasyCaching when we use EasyCaching.Redis.

EasyCaching.Memcached is not use BinaryFormatter for the default Serializer !

Because EnyimMemcachedCore use Bson as its defalut Serializer.

Also, EnyimMemcachedCore implements BinaryFormatterTranscoder based on BinaryFormatter.

Important NOTE:

BinaryFormatter was removed by EasyCaching v1.7.0, due to after version .net 5 , it will no longer support.