35 lines
2.2 KiB
XML
35 lines
2.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Type Name="XmlSerializationReadCallback" FullName="System.Xml.Serialization.XmlSerializationReadCallback">
|
||
|
<TypeSignature Maintainer="auto" Language="C#" Value="public delegate object XmlSerializationReadCallback();" />
|
||
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed XmlSerializationReadCallback extends System.MulticastDelegate" />
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyName>System.Xml</AssemblyName>
|
||
|
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
|
||
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
<ThreadSafetyStatement>To be added</ThreadSafetyStatement>
|
||
|
<Base>
|
||
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||
|
</Base>
|
||
|
<Parameters>
|
||
|
</Parameters>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Object</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<returns>To be added.</returns>
|
||
|
<remarks>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for deserialization derived from the <see cref="T:System.Xml.Serialization.XmlSerializationReader" /> class. During this process, the .NET Framework generates read methods that implement the <see cref="T:System.Xml.Serialization.XmlSerializationReadCallback" /> delegate. It does so for certain mappings between .NET Framework types and XML data types that are serialized through SOAP-encoded XML and are not root elements. Then, as necessary, a read method is called during deserialization.</para>
|
||
|
<para>Do not directly create instances of the <see cref="T:System.Xml.Serialization.XmlSerializationReadCallback" /> class.</para>
|
||
|
<para>SOAP encoding is described in Section 5 of the SOAP 1.1 specification.</para>
|
||
|
</remarks>
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Delegate used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class for deserialization of types from SOAP-encoded, non-root XML data. </para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<Members />
|
||
|
</Type>
|