[Mono-list] Serialization and Soap
Robert Jordan
robertj at gmx.net
Fri Jan 18 07:17:14 EST 2008
Dan Smithers wrote:
> Hi,
>
> I am trying to use serialization into a MemoryStream to construct
> messages to pass between processes.
>
> I have _sort_ of got it working with the BinaryFormatter, but I would
> like to send a human readable version for testing.
>
> Can anyone confirm that the SoapFormatter is implemented in Mono 1.2.6.
> Is it just a simple replacement for the BinaryFormatter?
>
> Currently I get the error
> type or namespace 'Soap' does not exist in
> 'System.Runtime.Serialization.Formatters'
>
You need to add a reference to
System.Runtime.Serialization.Formatters.Soap.dll
Robert
More information about the Mono-list
mailing list