<?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>JavaBlogging &#187; readObject</title>
	<atom:link href="http://www.javablogging.com/tag/readobject/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What are writeObject and readObject? Customizing the serialization process</title>
		<link>http://www.javablogging.com/what-are-writeobject-and-readobject-customizing-the-serialization-process/</link>
		<comments>http://www.javablogging.com/what-are-writeobject-and-readobject-customizing-the-serialization-process/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 12:08:27 +0000</pubDate>
		<dc:creator>Miron Sadziak</dc:creator>
				<category><![CDATA[serialization]]></category>
		<category><![CDATA[readObject]]></category>
		<category><![CDATA[writeObject]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=335</guid>
		<description><![CDATA[Using Serialization in Java is pretty simple. If you have some object you would like to serialize, you just make it implement the Serializable interface. Then, you can use the ObjectOutputStream to store that object to a file or send it to some other machine. All non-transient and non-static fields will be serialized and even [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/what-are-writeobject-and-readobject-customizing-the-serialization-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
