Behalf Of Ioan Berbece wrote: > What's the status of IXmlSerializable in Whidbey? Is it > documented, is it still there or are there other ways of > taking over XML serialization in a custom type?
The XML Serialization architecture in Whidbey stays just about the same. IXmlSerializable is still undocumented/unsupported. The real revolution will be when Indigo comes along in Orca at which point the entire serialization architecture gets a bit of an overhaul and it all becomes the ISerializable with a true IFormatter implementation (XmlFormatter) which uses the XmlInfoset. You can check out some more details about it in the notes I took at the PDC[1]. HTH, Drew [1] http://weblogs.asp.net/dmarsh/posts/34308.aspx =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Guerrilla ASP.NET, 10 Nov 2003 in London and 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnet Guerrilla .NET, 8 Dec 2003, in Los Angeles http://www.develop.com/courses/gdotnet View archives and manage your subscription(s) at http://discuss.develop.com
