<?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: XML Serialization of Collections</title>
	<atom:link href="http://www.daveoncsharp.com/2009/07/xml-serialization-of-collections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncsharp.com/2009/07/xml-serialization-of-collections/</link>
	<description>C# Programming Tutorials</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:31:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Create a Screen Saver Using C# – Part 1</title>
		<link>http://www.daveoncsharp.com/2009/07/xml-serialization-of-collections/#comment-34</link>
		<dc:creator>Create a Screen Saver Using C# – Part 1</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=486#comment-34</guid>
		<description>[...] Now that we defined the settings for our screen saver we can create a class which represents them, and also which saves and loads them from disk. To save and load the settings we are going to use XML Serialization to serialize and deserialize the class. I am not going to go into the details of how XML Serialization works because I wrote two articles on that subject which you can find here Basic XML Serialization in C# and here XML Serialization of Collections. [...]</description>
		<content:encoded><![CDATA[<p>[...] Now that we defined the settings for our screen saver we can create a class which represents them, and also which saves and loads them from disk. To save and load the settings we are going to use XML Serialization to serialize and deserialize the class. I am not going to go into the details of how XML Serialization works because I wrote two articles on that subject which you can find here Basic XML Serialization in C# and here XML Serialization of Collections. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binary Serialization of Objects</title>
		<link>http://www.daveoncsharp.com/2009/07/xml-serialization-of-collections/#comment-30</link>
		<dc:creator>Binary Serialization of Objects</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=486#comment-30</guid>
		<description>[...] days back I discussed XML Serialization in these two articles: Basic XML Serialization in C#, and XML Serialization of Collections. In this article we are going to serialize the same Employee object we serialized in those [...]</description>
		<content:encoded><![CDATA[<p>[...] days back I discussed XML Serialization in these two articles: Basic XML Serialization in C#, and XML Serialization of Collections. In this article we are going to serialize the same Employee object we serialized in those [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

