
Deserialize XML Namespaces
When deserializing XML document using the System.Xml.Serialization.XmlSerializer, the XML Namespaces Attribute(s) cannot be hydrated using XmlAttribute attribute. There is a designated class XmlSerializerNamespaces that needs to be used. Without this, you would be required to populate the Namespaces by querying them using XML Parser and Linq. The way to allow the deserializer to hydrate all…
Follow My Blog
Get new content delivered directly to your inbox.