<?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: C# Serializing Nullable Types</title>
	<atom:link href="http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:10:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: internet poker kostenlos</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-293745</link>
		<dc:creator>internet poker kostenlos</dc:creator>
		<pubDate>Wed, 23 Nov 2011 06:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-293745</guid>
		<description>Wonderful work! This is the type of information that should be shared around the net. Shame on Google for not positioning this post higher! Come on over and visit my web site . Thanks =)</description>
		<content:encoded><![CDATA[<p>Wonderful work! This is the type of information that should be shared around the net. Shame on Google for not positioning this post higher! Come on over and visit my web site . Thanks =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperKador</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-292576</link>
		<dc:creator>SuperKador</dc:creator>
		<pubDate>Mon, 21 Nov 2011 23:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-292576</guid>
		<description>Bon alors c&#039;est qui le super kadorseo?</description>
		<content:encoded><![CDATA[<p>Bon alors c&#8217;est qui le super kadorseo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobile search</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-287577</link>
		<dc:creator>mobile search</dc:creator>
		<pubDate>Fri, 18 Nov 2011 10:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-287577</guid>
		<description>My coder is trying to convince me to move to .net from PHP. I have always disliked the idea because of the expenses. But he&#039;s tryiong none the less. I&#039;ve been using WordPress on a variety of websites for about a year and am anxious about switching to another platform. I have heard fantastic things about blogengine.net. Is there a way I can import all my wordpress posts into it? Any kind of help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>My coder is trying to convince me to move to .net from PHP. I have always disliked the idea because of the expenses. But he&#8217;s tryiong none the less. I&#8217;ve been using WordPress on a variety of websites for about a year and am anxious about switching to another platform. I have heard fantastic things about blogengine.net. Is there a way I can import all my wordpress posts into it? Any kind of help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-207280</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-207280</guid>
		<description>@Lee @Matheus - So, the problem is with value types only since null reference types and strings are suppressed by default. The solution, in my opinion is totally obscure, but, believe it or not there&#039;s a pattern to check if null and suppress as described here on StackOverflow: http://stackoverflow.com/questions/1296468/suppress-null-value-types-from-being-emitted-by-xmlserializer</description>
		<content:encoded><![CDATA[<p>@Lee @Matheus &#8211; So, the problem is with value types only since null reference types and strings are suppressed by default. The solution, in my opinion is totally obscure, but, believe it or not there&#8217;s a pattern to check if null and suppress as described here on StackOverflow: <a href="http://stackoverflow.com/questions/1296468/suppress-null-value-types-from-being-emitted-by-xmlserializer" rel="nofollow">http://stackoverflow.com/quest.....serializer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matheus</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-203521</link>
		<dc:creator>Matheus</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-203521</guid>
		<description>I wanna know too!!!</description>
		<content:encoded><![CDATA[<p>I wanna know too!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/comment-page-1/#comment-191619</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 24 Apr 2009 06:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2008/06/09/c-serializing-nullable-types/#comment-191619</guid>
		<description>Thats great, however the XML serializer still emits the element with xsi:nil=&quot;true&quot;.  Any idea how to supress it, if it is null.

Thanks</description>
		<content:encoded><![CDATA[<p>Thats great, however the XML serializer still emits the element with xsi:nil=&#8221;true&#8221;.  Any idea how to supress it, if it is null.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

