[System.Xml] Fix sub class serialization on lists
commit03f2ff096a5310f985b20624c5de4fb5c4ff119d
authorMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 11 Jan 2016 17:54:52 +0000 (11 17:54 +0000)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 28 Jan 2016 18:02:00 +0000 (28 18:02 +0000)
tree91267b1ac7fb9d2c751c8f3be4fabdb66aeb8b0e
parent6e819dea672e2cda69f37ed87224728f2f2b6bc1
[System.Xml] Fix sub class serialization on lists

Fixes failure, where XmlSerializer would crash while serializing
a list with multiple XmlElement when a sub class of the XmlElement is
used.

Fixes #36829.
mcs/class/System.XML/System.Xml.Serialization/XmlTypeMapping.cs