dotnet-core/release-notes/2.1/api-diff/2.0-vs-2.1_System.Xml.Serialization.md
2018-05-29 16:36:56 -07:00

11 lines
214 B
Markdown

# System.Xml.Serialization
``` diff
namespace System.Xml.Serialization {
+ public abstract class SchemaImporter
- public class XmlSchemaImporter
+ public class XmlSchemaImporter : SchemaImporter
}
```