serilazition
Could anybody let me know what is actual use of Serializing in c# in real world application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 10, 2013, 7:29 AM
For example, if you wanted to store the state of a game when the application terminated so that it could be restored when the application was next run, you could serialize the objects representing the state of the game to disk and then deserialize them subsequently.