Quick question:
Having a problem with storing/retrieving an entity in session that may or may not be related to serialization. As a troubleshooting step, I'd like to save the entity graph in question to file in the same serialized format that it gets stored in the asp.net session (using State Server if that matters).
I know how to serialize an entity and save it to file, but I want to make sure I am using the same method that the ASP.Net session uses. We set fast serialization = true, so I assume it uses that automatically. Will it use an XML formatter, binary formatter, something else?
The problem we are having is too much to describe here without digging into it a little further and simplifying a repro case.
Thanks for any help.
Phil