<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elton&#039;s Blog &#187; NSDictionary</title>
	<atom:link href="http://blog.prosight.me/index.php/tag/nsdictionary/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.prosight.me</link>
	<description>移动开发，敏捷web开发，Linux服务器部署维护，web UI和UE设计，摄影</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:22:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>将Array、Dictionary等集合类的序列化和反序列化</title>
		<link>http://blog.prosight.me/index.php/2010/02/582?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25b0%2586array%25e3%2580%2581dictionary%25e7%25ad%2589%25e9%259b%2586%25e5%2590%2588%25e7%25b1%25bb%25e7%259a%2584%25e5%25ba%258f%25e5%2588%2597%25e5%258c%2596%25e5%2592%258c%25e5%258f%258d%25e5%25ba%258f%25e5%2588%2597%25e5%258c%2596</link>
		<comments>http://blog.prosight.me/index.php/2010/02/582#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:43:17 +0000</pubDate>
		<dc:creator>Elton</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[NSArray]]></category>
		<category><![CDATA[NSDictionary]]></category>
		<category><![CDATA[writeToFile]]></category>

		<guid isPermaLink="false">http://blog.prosight.me/?p=582</guid>
		<description><![CDATA[Objective-C的集合类序列化到文件中或者从文件中反序列化其实很简单，请看下面的示例代码： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 NSArray *array = &#91;NSArray arrayWithObjects: @&#34;Hefeweizen&#34;, @&#34;IPA&#34;, @&#34;Pilsner&#34;, @&#34;Stout&#34;, nil&#93;; &#160; NSDictionary *dictionary = &#91;NSDictionary dictionaryWithObjectsAndKeys: array, @&#34;array&#34;, [...]]]></description>
		<wfw:commentRss>http://blog.prosight.me/index.php/2010/02/582/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

