Represents a collection of System.Xml.Serialization.XmlElementAttribute objects used by the System.Xml.Serialization.XmlSerializer to override the default way it serializes a class.
See Also: XmlElementAttributes Members
The System.Xml.Serialization.XmlElementAttributes is returned by the XmlAttributes.XmlElements property of the System.Xml.Serialization.XmlAttributes class. By using the System.Xml.Serialization.XmlAttributeOverrides class and the System.Xml.Serialization.XmlAttributes class, you can override the default way that the System.Xml.Serialization.XmlSerializer serializes a class.