For our cached objects, we use NamedCache.SetCustomSerialization() to set a custom serializer and deserializer to use for cached objects in place of BinaryFormatter.
We also use SossStoreProvider to store our session state objects. How can we tell SossStoreProvider to use the same custom serializer and deserializer that we use with the NamedCache API?
We also use SossStoreProvider to store our session state objects. How can we tell SossStoreProvider to use the same custom serializer and deserializer that we use with the NamedCache API?