Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is serialization?

2 like 0 dislike
What is serialization and how it works in .NET?
asked 1 year ago by marck_don (191,010 points)

1 Answer

1 like 0 dislike
 
Best answer
Serialization is when you persist the state of an object to a storage medium so an exact copy can be re-created at a later stage.
Serialization is used to save session state in ASP.NET.
Serialization is to copy objects to the Clipboard in Windows Forms
Serialization is used by remoting to pass objects by value from one application domain to another
answered 1 year ago by daneim (127,080 points)

Related questions

3 like 0 dislike
2 answers
2 like 0 dislike
1 answer
2 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
2 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
4 like 0 dislike
1 answer
asked 1 year ago by marck_don (191,010 points)