This assembly surfaces XMLSerializer
and related types. See the System.Private.Xml
README file for an overview of the XML-processing libraries the framework provides.
Documentation can be found at https://learn.microsoft.com/dotnet/standard/serialization/introducing-xml-serialization.
The System.Xml.XMLSerializer
library is included in the shared framework and also shipped as a NuGet package. The NuGet package is considered "legacy" and should not be referenced by projects compatible with .NET Standard 2.0.