<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: .NET &#8211; Serialization, part II</title>
	<atom:link href="http://www.jaltiere.com/?feed=rss2&#038;p=10" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2006/08/15/net-serialization-part-ii/</link>
	<description>.NET Software Development</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2006/08/15/net-serialization-part-ii/comment-page-1/#comment-9213</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Thu, 02 Aug 2007 12:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=10#comment-9213</guid>
		<description>In my example Player class I implement the IDeserializationCallback interface.  In the case of the example, I use it to calculate a value after the the serialization has been complete to cut down on the amount of data being serialized.</description>
		<content:encoded><![CDATA[<p>In my example Player class I implement the IDeserializationCallback interface.  In the case of the example, I use it to calculate a value after the the serialization has been complete to cut down on the amount of data being serialized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.jaltiere.com/index.php/2006/08/15/net-serialization-part-ii/comment-page-1/#comment-8758</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Wed, 25 Jul 2007 16:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=10#comment-8758</guid>
		<description>utilizando XMLSerialization. Es posible utilizar IDeserializationCallback? ya que en el ejemplo que tenes no esta utilizado
Estamos necesitando una notificación cuando termina de deserialziar el objeto y estamos usando XMLSerialization.

Using XMLSerialization. Is possible use IDeserializationCallback? because in your example, you not use this interface.
We need a notification when the serialization finnihed, and we use XMLSerialization.</description>
		<content:encoded><![CDATA[<p>utilizando XMLSerialization. Es posible utilizar IDeserializationCallback? ya que en el ejemplo que tenes no esta utilizado<br />
Estamos necesitando una notificación cuando termina de deserialziar el objeto y estamos usando XMLSerialization.</p>
<p>Using XMLSerialization. Is possible use IDeserializationCallback? because in your example, you not use this interface.<br />
We need a notification when the serialization finnihed, and we use XMLSerialization.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
