You've already forked linux-packaging-mono
							
							
		
			
				
	
	
		
			37 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Type Name="XmlSerializationFixupCallback" FullName="System.Xml.Serialization.XmlSerializationFixupCallback">
 | |
|   <TypeSignature Maintainer="auto" Language="C#" Value="public delegate void XmlSerializationFixupCallback(object fixup);" />
 | |
|   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed XmlSerializationFixupCallback 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>
 | |
|     <Parameter Name="fixup" Type="System.Object" />
 | |
|   </Parameters>
 | |
|   <ReturnValue>
 | |
|     <ReturnType>System.Void</ReturnType>
 | |
|   </ReturnValue>
 | |
|   <Docs>
 | |
|     <param name="fixup">To be added.</param>
 | |
|     <remarks>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>While deserializing XML documents into .NET Framework objects, the .NET Framework XML serialization infrastructure dynamically instantiates fix-up methods that implement the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate. The infrastructure does so for SOAP-encoded arrays whose data types map to .NET Framework reference types. Then, as necessary, a fix-up method is called to fill in the objects in the array.</para>
 | |
|       <para>In addition, 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 infrastructure generates <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> methods for SOAP-encoded, multi-referenced XML data. The methods are then invoked during deserialization.</para>
 | |
|       <para>Do not directly create an instance of the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> 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 SOAP-encoded XML data. </para>
 | |
|     </summary>
 | |
|   </Docs>
 | |
|   <Members />
 | |
| </Type> |