Rhys Godfrey
Rhys Godfrey

Reputation: 220

Using a custom cache serializer with Azure App Fabric

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

Upvotes: 3

Views: 517

Answers (2)

Jagan Peri
Jagan Peri

Reputation: 11

This is available with the Azure Cache (Preview) release that is part of Azure SDK 1.7

You can look at my blog for more info: http://blogs.msdn.com/b/jagan_peri/archive/2012/08/23/custom-serializer.aspx

Jagan Peri - Microsoft

Upvotes: 1

Yossi Dahan
Yossi Dahan

Reputation: 5377

The first step in the link you've provided is 'First prepare the development environment to use Caching.' which points at a set of instructions to follow first, which includes adding the necessary references

Upvotes: 0

Related Questions