[Mono-list] Serialization and Soap
Dan Smithers
dsmithers at talktalk.net
Fri Jan 18 07:05:34 EST 2008
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'
thanks
dan
More information about the Mono-list
mailing list