3

The documentation on MSDN says you can inherit from the IDataCacheObjectSerializer interface and update the configuration used to use custom serialization.

I can't find the IDataCacheObjectSerializer or the SerializationProperties element of the Configuration class in any DLL I've looked at, has anybody found these? Which version of the SDK are you using?

Thanks

4

2 回答 2

1

这适用于作为 Azure SDK 1.7 一部分的 Azure 缓存(预览版)版本

您可以查看我的博客了解更多信息:http: //blogs.msdn.com/b/jagan_peri/archive/2012/08/23/custom-serializer.aspx

Jagan Peri - 微软

于 2012-08-24T04:55:50.813 回答
0

您提供的链接中的第一步是“首先准备开发环境以使用缓存。' 它指向首先要遵循的一组说明,其中包括添加必要的引用

于 2011-12-17T08:21:20.457 回答