Closed
Description
Implementations of IXmlSerializable.ReadXml are required to read the entire element from beginning to end, including all of its contents.
The current implementation would not read the end element from the reader. This cause issues if the LayoutRoot was being serialized as part of a parent object's xml serialization as the XmlReader would be left on an unexpected element.
Metadata
Metadata
Assignees
Labels
No labels