Click here to Skip to main content
15,889,362 members
Articles / Programming Languages / XML

Get rid of XmlInclude when using XmlSerializer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
29 Jul 2011CPOL 7.1K  
How would you do this, if objects included inside one of the serialized objects was an abstract class? E.g.:abstract class Base{ public int x;}class A : Base{ public int y;}class B : A{ public int z;}class SomeOtherClass{ public string...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions