﻿<?xml version="1.0" encoding="utf-8"?><Type Name="OnSerializingAttribute" FullName="System.Runtime.Serialization.OnSerializingAttribute"><TypeSignature Language="C#" Value="public sealed class OnSerializingAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OnSerializingAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="T:System.Runtime.Serialization.OnSerializingAttribute" /> to manipulate the object before serialization occurs. </para><para>To use the <see cref="T:System.Runtime.Serialization.OnSerializingAttribute" />, the method must contain a <see cref="T:System.Runtime.Serialization.StreamingContext" /> parameter. The attribute marks the method to be called by the serialization infrastructure and the <see cref="T:System.Runtime.Serialization.StreamingContext" /> provides additional data about the type of serialization taking place.  The usage is shown in the following code:</para><para>code reference: System.Runtime.Serialization.OnSerialization#2</para><block subset="none" type="note"><para>In your code, you can use the word OnSerializing instead of the longer <see cref="T:System.Runtime.Serialization.OnSerializingAttribute" />.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When applied to a method, specifies that the method is during serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public OnSerializingAttribute ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.OnSerializingAttribute" /> class. </para></summary></Docs></Member></Members></Type>