System.ServiceModel.Dispatcher.XmlMessagesFormatter.XmlBodyWriter.OnWriteBodyContents C# (CSharp) Method

OnWriteBodyContents() protected method

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
return void
			protected override void OnWriteBodyContents (XmlDictionaryWriter writer)
			{
				serializer.Serialize (writer, body);
			}
		}