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.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to