XmlSerializer vs SoapFormatter
XmlSerializer can serialize data to a file, but SoapFormatter can do the same except that the serialized data in the file is not proper Xml : for instance there is no XmlRoot-element.
Why then use SoapFormatter at all ?
thanks
Chris

