Click here to Skip to main content
15,897,891 members
Articles / Programming Languages / XML

Wrap the .NET Xml Serialization Framework

Rate me:
Please Sign up or sign in to vote.
2.64/5 (11 votes)
1 Jun 20032 min read 41.7K   19  
This lightweight base class trivializes Xml Serialization and eliminates duplication in projects with multiple serializable classes.
<?xml version="1.0" encoding="utf-8" ?> 
<person>
	<first>Christian</first>
	<last>Romney</last>
	<url>http://romney.www4.dotnetplayground.com</url>
</person>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
United States United States
I am the Senior Manager, Ecommerce Development for Certified Vacations, which develops and maintains websites for some of the biggest names in the travel industry.

I've been programming Microsoft platforms for over 7 years. My interests include angle brackets and my family.

Comments and Discussions