Related resources for serializing object
  • Serializing Objects in C#10/13/2012 3:29:41 AM. In simple words serialization is a process of storing the object instance to a disk file. Serialization stores state of the object i.e. member variable values to disk. Deserialization is reverse of serialization.
  • Serializing and Deserializing XML String7/21/2006 3:19:37 AM. In this article we will see how we can serialize a xml sring into an object and vice versa. You can serialize your object to a byte array and can deSerialize the byte array into an object.
  • Serializing and Deserializing XML String7/21/2006 3:19:37 AM. In this article we will see how we can serialize a xml sring into an object and vice versa. You can serialize your object to a byte array and can deSerialize the byte array into an object.