![]() |
| | #1 |
| Student Forever! Join Date: Apr 2003
Posts: 132
| XML Serialisation |
| bookworm is offline | |
| | #2 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| It's one of the two .Net serialization methods. See here: http://msdn.microsoft.com/library/de...ingobjects.asp If you want to save your app data to a file you should use binary serialization, but by plugging in a SOAPFormatter you can get all data into an XML file. The file extension is always up to you.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law Last edited by CornedBee; 07-30-2003 at 07:08 AM. |
| CornedBee is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parsing Xml | deviousdexter | C# Programming | 7 | 04-24-2009 06:29 AM |
| Dissecting an Excel XML spreadsheet | desmond5 | C++ Programming | 1 | 05-22-2008 04:32 PM |
| XML encoding issue | George2 | C# Programming | 1 | 05-16-2008 05:21 AM |
| XML and data exchange | seexml | C Programming | 0 | 04-27-2006 03:02 PM |
| Need help with this xml tree example | kzar | C Programming | 1 | 11-22-2004 11:23 AM |