Samir Bhogayta
What is serialization, how it works in .NET?
By Samir Bhogayta in ASP.NET on Jun 25 2016
  • Samir Bhogayta
    Jun, 2016 25

    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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS