XML


What is XML Serialization ?

Xml serialization allows reading and write in the xml using dot net objects.

2 comments:

  1. Serialization is the process in which state is transformed into some serial data format.For example in XML serialization state of the object is saved and transfer into xml data format for further use by deserialization.

    ReplyDelete