<?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: Efficient serialization for Java (and beyond)</title>
	<atom:link href="http://www.xavierllora.net/2009/02/04/efficient-serialization-for-java-and-beyond/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xavierllora.net/2009/02/04/efficient-serialization-for-java-and-beyond/</link>
	<description>A notebook about data-intensive computing, genetics-based machine learning, semantic-web technology, cloud computing,  and more.</description>
	<lastBuildDate>Thu, 21 Jan 2010 15:03:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xavier</title>
		<link>http://www.xavierllora.net/2009/02/04/efficient-serialization-for-java-and-beyond/comment-page-1/#comment-10311</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.xavierllora.net/?p=431#comment-10311</guid>
		<description>Thanks for the pointer! I took a look at you post and the results are pretty interesting. My main motivation behind the post was the part about crossplatform serialization, but I guess I could give it a thought to see if walking down the path you mentioned could help boosting the performance of Google&#039;s Protocol Buffers. As I said, I may need to give it a bit more thought and find another afternoon to play with it :)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer! I took a look at you post and the results are pretty interesting. My main motivation behind the post was the part about crossplatform serialization, but I guess I could give it a thought to see if walking down the path you mentioned could help boosting the performance of Google&#8217;s Protocol Buffers. As I said, I may need to give it a bit more thought and find another afternoon to play with it <img src='http://www.xavierllora.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alois Reitbauer</title>
		<link>http://www.xavierllora.net/2009/02/04/efficient-serialization-for-java-and-beyond/comment-page-1/#comment-10299</link>
		<dc:creator>Alois Reitbauer</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xavierllora.net/?p=431#comment-10299</guid>
		<description>Hello Xavier,

nice blog entry. You could also speed up Java Native Serialization by implementing the Externalizable interface. You can find my blog entry on the topic at http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/</description>
		<content:encoded><![CDATA[<p>Hello Xavier,</p>
<p>nice blog entry. You could also speed up Java Native Serialization by implementing the Externalizable interface. You can find my blog entry on the topic at <a href="http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/" rel="nofollow">http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
