| Author: chaitanya lakshmi 01 Sep 2008 | Member Level: Silver | Rating: Points: 2 |
hi, as per my knowledge over the xml serializer. it is used when the objects are needed to be serialized to the xml document. And also by using this xml serializer you does not need to write any code to serialize the objects to the XML document but where as if you use XML writer then you need to write code for serializing the objects to XML Document. This is my understanding.
|