Is there a way to trap the extra XML tags in a file that you did not anticipate in your class? For Example:
using System; using System.Collections.Generic; using
I believe you can use XmlSerializer's UnknownAttribute, UnknownElement, etc. events to trap such cases.
XmlSerializer