forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns-System.Xml.Serialization.Configuration.xml
25 lines (17 loc) · 1.59 KB
/
ns-System.Xml.Serialization.Configuration.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Namespace Name="System.Xml.Serialization.Configuration">
<Docs>
<summary>The <see cref="N:System.Xml.Serialization.Configuration" /> namespace contains classes used to read the values found in application configuration files under the [\<system.xml.serialization\> Element](~/docs/framework/serialization/system-xml-serialization-element.md) section.</summary>
<remarks>
<format type="text/markdown"><.
Instead, to configure the <xref:System.Xml.Serialization.XmlSerializer> or <xref:System.Xml.Serialization.XmlSchemaImporter>, create an application configuration file and use the following XML elements:
- [\<system.xml.serialization\> Element](~/docs/framework/serialization/system-xml-serialization-element.md)
- [\<schemaImporterExtensions\> Element](~/docs/framework/serialization/schemaimporterextensions-element.md)
- [\<add\> Element for \<xmlSchemaImporterExtensions\>](~/docs/framework/serialization/add-element-for-xmlschemaimporterextensions.md)
- [\<dateTimeSerialization\> Element](~/docs/framework/serialization/datetimeserialization-element.md)
- [\<xmlSerializer\> Element](~/docs/framework/serialization/xmlserializer-element.md)
]]></format>
</remarks>
</Docs>
</Namespace>