[mono-android] Being driven insane....

nodoid paul at all-the-johnsons.co.uk
Wed Nov 23 11:16:49 EST 2011


Hi,

Re XML serialization...

Typically, I would use (say)

foo p = new p();

System.Xml.Serialization.XmlSerializer x = new
System.Xml.Serialization.XmlSerializer(p.GetType());
x.Serialize(Console.Out, p);

Obviously, I can't use Console.Out, so where do I need to point it to (for
example a temporary file or something like that)?

Thanks

Paul

--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/Being-driven-insane-tp5016975p5017190.html
Sent from the Mono for Android mailing list archive at Nabble.com.


More information about the Monodroid mailing list