close
Skip to main content
Score of 1

XmlSerializer Read KeyValueOfstring

The inner elements have no prefix, so they're in the default namespace, while the wrapper elements are prefixed. Getting that split right is what you have to do: [XmlRoot("MyXML")] public ...

Only top scored, non community-wiki answers of a minimum length are eligible