It seems it is possible to use custom cache serializer with Azure AppFabric (Custom Serialization by Jagan Peri).
Is there any possibility to use custom serializer with Windows Server AppFabric caching?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, it is not possible.
AppFabric Caching use the NetDataContractSerializer (with deflate compression if configured).
I have check this point by myself after decompiling client assemblies.