> The first is quite poorly implemented in MS.Net, a lot of  objects tagged
as
> [Serializable] simply don't serialize with the XmlSerializer.

        A Serializable Attribute is completely different from XmlSerializer.
For
XmlSerialization, each public field/property which does not have the 
[XmlIgnore] tag must be gettable and settable and must not return an
interface
etc. This is required since an external class (XmlSerializer) can only
access public
fields and properties.
        No attribute tags are required on a class for XmlSerialization.

Happy Hacking,
Ajay


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to