Serializable objects
Author:
Mark Berck
Using the power of the .Net framework to save your data objects as XML.
[Serializable] attribute
The "System.Xml.Serialization.XmlSerializer" object (in the .Net framework) can create an XML document of any class that implements the [Serializable] attribute.
With some basic code, you can create your own project specific Object Oriented data store within a few minutes. The code described here can act as an easy data store with an XML document as back-end.
More Tutorials
|