XmlSerializer Events
.NET Framework 4
The XmlSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
UnknownAttribute | Occurs when the XmlSerializer encounters an XML attribute of unknown type during deserialization. |
|
UnknownElement | Occurs when the XmlSerializer encounters an XML element of unknown type during deserialization. |
|
UnknownNode | Occurs when the XmlSerializer encounters an XML node of unknown type during deserialization. |
|
UnreferencedObject | Occurs during deserialization of a SOAP-encoded XML stream, when the XmlSerializer encounters a recognized type that is not used or is unreferenced. |