what is serialization how it works in


What is serialization, how it works in .NET?

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 single application domain to another.  

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is serialization how it works in
Reference No:- TGS0310457

Expected delivery within 24 Hours