[Mono-list] SoapFormatter

Lluis Sanchez lluis@ideary.com
Mon, 12 May 2003 17:15:20 +0200


Hi,

> Here is my work on the SoapFormatter class (the
> System.Runtime.Serialization.Formatters.Soap one).

The code looks great!

> It is not fully implemented yep but it should handle serialization &
> deserialization in files.

It looks pretty complete. I've seen that support for SerializationBinder is
missing.
It shouldn't be difficult to add.

> Simple types (int, long, doubles, string....) and arrays of simple types
> should be both readable by the Mono and .Net formatters. More
> complicated ones: depending on they have the same number of fields and
> if fields have the same name on the 2 plate-forms.
> I'm also currently working on the appropriate ChannelSinks.
> If everybody is happy with what I have done, maybe we could find a place
> for it on the CVS ?

It is ok for me.

- Lluis