<?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: Quickly Clone a Serializable Object in C#</title>
	<atom:link href="http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/</link>
	<description>C#, T-SQL, and general IT mojo</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:29:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sophi</title>
		<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/comment-page-1/#comment-6</link>
		<dc:creator>Sophi</dc:creator>
		<pubDate>Sat, 23 Jan 2010 22:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/30/quickly-clone-a-serializable-object-in-c.aspx#comment-6</guid>
		<description>Is it deep clone?</description>
		<content:encoded><![CDATA[<p>Is it deep clone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auser</title>
		<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/comment-page-1/#comment-5</link>
		<dc:creator>auser</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/30/quickly-clone-a-serializable-object-in-c.aspx#comment-5</guid>
		<description>I really liked your method. thanks for sharing this:) hope many people will find it useful as I did. have read lots of articles on the topic, but have never thought that could be so easy</description>
		<content:encoded><![CDATA[<p>I really liked your method. thanks for sharing this:) hope many people will find it useful as I did. have read lots of articles on the topic, but have never thought that could be so easy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/comment-page-1/#comment-4</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/30/quickly-clone-a-serializable-object-in-c.aspx#comment-4</guid>
		<description>Great idea - thanks galaktor</description>
		<content:encoded><![CDATA[<p>Great idea &#8211; thanks galaktor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: galaktor^</title>
		<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/comment-page-1/#comment-3</link>
		<dc:creator>galaktor^</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/30/quickly-clone-a-serializable-object-in-c.aspx#comment-3</guid>
		<description>Nice. I suggest adding a check to the method:&lt;br /&gt;&lt;br /&gt;if( !cloneThis.GetType().IsSerializable )&lt;br /&gt;{&lt;br /&gt;    throw new ArgumentException( &quot;Object must be serializable.&quot;);&lt;br /&gt;}</description>
		<content:encoded><![CDATA[<p>Nice. I suggest adding a check to the method:</p>
<p>if( !cloneThis.GetType().IsSerializable )<br />{<br />    throw new ArgumentException( &#8220;Object must be serializable.&#8221;);<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Dantkale</title>
		<link>http://code.commongroove.com/2007/10/31/quickly-clone-a-serializable-object-in-c/comment-page-1/#comment-2</link>
		<dc:creator>Rahul Dantkale</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/30/quickly-clone-a-serializable-object-in-c.aspx#comment-2</guid>
		<description>Nice trick to Clone... this reduced my manual clone method from 100s of lines to 6.. &lt;br /&gt;&lt;br /&gt;Gud one</description>
		<content:encoded><![CDATA[<p>Nice trick to Clone&#8230; this reduced my manual clone method from 100s of lines to 6.. </p>
<p>Gud one</p>
]]></content:encoded>
	</item>
</channel>
</rss>

