25 November 2007

2. Serialization - SoapFormatter

SoapFormatter serializes an object to a file with XML based format. This fact helps using it in SOAP protocol, which is intended to be read by variety of platforms. Another advantage to supports SoapFormatter is fact that, it traverses more successfully firewalls then BinaryFormatter. Using SoapFormatter requirets to add a reference to the System.Runtime.Serialization.Formatters .Soap.dll.

will be continued...