Hi! Yeah, I didnt know that, now I'm using two classes, arraylist (in one class) and the XmlSerializer and I can add, remove and modify accounts. And everytime the user want's to exit from mBloggy the XmlSerializer will update the XmlFile.
Thanks! El dom, 05-10-2003 a las 19:30, Miguel de Icaza escribi�: > That is the beauty of the XmlSerializer: You provide it with your > structured data, and it will take care of the file format used. > > If you add/remove accounts in your program, you will be making changes > to the actual data structures. Then the serializer will write out and > read-in the structures for you. > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list -- Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx) http://www.pablo.com.mx http://www.debianmexico.org GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C Firma URL: http://www.pablo.com.mx/firmagpg.txt _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
