[Mono-devel-list] SoapFormatting

Miguel de Icaza miguel at ximian.com
Wed Apr 16 17:48:44 EDT 2003


Hello,

> > thanks for your response.
> > 
> > I'm pretty sure that the MS SoapFormatter 
> > (System.Runtime.Serialization.Formatters.Soap.SoapFormatter) is not only 
> > formatting the public fields and properties but also the private ones. 
> > As an exemple, here is how the MS soap formatter deals with the 
> > System.Collections.Queue class:

I think we can restate this:

	* Remoting will expect compatible objects on both ends of the
	  wire.  

	  This means that it will only work with implementation to
	  implementation systems.

	  SoapFormatter is one of these beasts, and will have this
	  issue.

	* Xml-based serialization SOAP messages only use the public
	  fields, and is designed with interop with other
	  implementations in mind

Miguel



More information about the Mono-devel-list mailing list