XMLSerializer.UnknownNode

  • Thread starter Thread starter Paul Lo
  • Start date Start date
P

Paul Lo

Hi,

I'm confused with when the XmlSerializer.UnknownNode event would be
invoked.. I found that my serializer deserialize my xml file perfectly into
the object I want, but I still got this UnknownNode event invoked for every
single node in the xml... Anyone can give me some clues?

-Opt
 
Opt,

The XmlNodeEventArgs instance passed in should have the information
about where in the XML it is encountering the unknown node. What does it
say there?
 
Back
Top