[Mono-list] Serialization and Soap

Dan Smithers dsmithers at talktalk.net
Fri Jan 18 07:29:40 EST 2008



Robert Jordan wrote:
> 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
> 

doh!

thanks


More information about the Mono-list mailing list