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.
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:
Post a Comment