what is serialization -deserialization

  • Home
  • Blog
  • what is serialization -deserialization

Serialization is the process of storing class object into the some otherstate may be a file or file or something like else.Object Serialization is the process of reducing the objects instance intoa format that can either be stored to disk or transported over a Network.

Later time the Object will changed into its original state with the

re server process of deserialization.

Microsoft.NET support both serialization and deserialization.

Happy Programming..