C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-30-2003, 04:23 AM   #1
Student Forever!
 
bookworm's Avatar
 
Join Date: Apr 2003
Posts: 132
XML Serialisation

Does anyone here know how to use XML serialisation.I've no idea what it means but my friends say knowing it helps in crearing files with custom extensions.Is that true?Didn't get much from MSDN,so posted the problem here.
bookworm is offline   Reply With Quote
Old 07-30-2003, 07:05 AM   #2
Cat without Hat
 
CornedBee's Avatar
 
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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 02:46 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22