Pages

Saturday, October 04, 2008

Serialize/Deserialize into a Session

C# & ASP.Net: Serialize/Deserialize objects

Here is a link to a page providing a sample code on how to serialize and deserialize an object into a string. I'm running into a situation where I need to store an object in a session and then continue using it at a later stage. The above code is clean and simple example on how to do most of it.

No comments: