<?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: IDictionary&lt;TKey,TValue&gt;, IXmlSerializable, and lambdas</title>
	<atom:link href="http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Oct 2009 02:02:19 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hamsterlegs</title>
		<link>http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/comment-page-1/#comment-22</link>
		<dc:creator>hamsterlegs</dc:creator>
		<pubDate>Fri, 30 Jan 2009 00:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/#comment-22</guid>
		<description>Very good!</description>
		<content:encoded><![CDATA[<p>Very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/comment-page-1/#comment-17</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Mon, 27 Oct 2008 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/#comment-17</guid>
		<description>Oh yes any code I put up here is always free for the taking.  It hadn&#039;t even crossed my mind to be honest!

I find it highly unlikely that they would get rid of IXmlSerializable.  Its possible it could be deprecated but I don&#039;t think that&#039;ll happen anytime soon.

I&#039;m glad you find the code helpful.  Hopefully we&#039;ll have a built in .NET Fx solution in the future so this isn&#039;t necessary.</description>
		<content:encoded><![CDATA[<p>Oh yes any code I put up here is always free for the taking.  It hadn&#8217;t even crossed my mind to be honest!</p>
<p>I find it highly unlikely that they would get rid of IXmlSerializable.  Its possible it could be deprecated but I don&#8217;t think that&#8217;ll happen anytime soon.</p>
<p>I&#8217;m glad you find the code helpful.  Hopefully we&#8217;ll have a built in .NET Fx solution in the future so this isn&#8217;t necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stane</title>
		<link>http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/comment-page-1/#comment-16</link>
		<dc:creator>Stane</dc:creator>
		<pubDate>Mon, 27 Oct 2008 06:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.deploymentzone.com/2008/09/19/idictionarytkeytvalue-ixmlserializable-and-lambdas/#comment-16</guid>
		<description>Your serializable IDictionary solution.
Hi Chuck, in my search towards an implementable serializable IDictionary I will most probably choose yours. I tried it with my classes and it seems to work. Because the code is quite readable, I think I will be able to change it should it be needed. 
It seems that the code is free, is this so? I will reference the site I found it in a file header, is this enough?
Is it probable, in your opinion, BTW, that MS would change or exclude the IXmlSerializable interface in future versions? I am working on a comprehensive class library, and would hate it if I need to change the basis in a year or so ;-)

Otherwise, thanks for your solution
Stane</description>
		<content:encoded><![CDATA[<p>Your serializable IDictionary solution.<br />
Hi Chuck, in my search towards an implementable serializable IDictionary I will most probably choose yours. I tried it with my classes and it seems to work. Because the code is quite readable, I think I will be able to change it should it be needed.<br />
It seems that the code is free, is this so? I will reference the site I found it in a file header, is this enough?<br />
Is it probable, in your opinion, BTW, that MS would change or exclude the IXmlSerializable interface in future versions? I am working on a comprehensive class library, and would hate it if I need to change the basis in a year or so <img src='http://www.deploymentzone.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Otherwise, thanks for your solution<br />
Stane</p>
]]></content:encoded>
	</item>
</channel>
</rss>
