C# XML Stream Project


I have developed a C# component that convertsobjects to an XML stream and vice versa. The main .NET focus is onSystem, System.Reflection and System.XML assemblies. The user hasaccess to a default constructor and four public methods; two methods tocreate an XML stream or file from an object and two that creates anobject from from an XML file or stream

In the creation of the stream, the componentdoes a deep copy of any contained objects. One conversion limitationrelates to collections. Currently only and ArrayList and Hashtable aresupported. A future enhancement would be to add a schema.

The complete source code, include test code, is contained in XmlStream.zip.The zip file contains three projects. XmlStreamLib is the conversion code.TestXmlStreamLib contains code for the objects to be converted. Finally, TestXmlStreamProj holds the executable.

Download XmlStream.zip

Related Articles :

Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!