[Mono-devel-list] Re: asorted xml implementation questions

Miguel de Icaza miguel at ximian.com
Fri Apr 11 21:54:39 EDT 2003


Hello,

> Thank you for your informative analysis. Yeah, I think so too,
> because both of them have some virtual methods. Then I thought
> some advantages for us to use them ... e.g. XmlSerializer code is,
> and may become huge monster, and they may be delegated into 
> XmlSerializationWriter/Reader.

XmlSerializers generates C# code for serialization and deserialization,
check this:

http://www.gotdotnet.com/team/douglasp/#nn2003-02-10T13:52-08:00

If you set the flag described there, you will find on Windows the
generated files.

I suggest a book called `.NET Web Services' by Keith Ballinger, it
covers XmlSerialization in depth as well as its relation to web
services. 

Miguel



More information about the Mono-devel-list mailing list