<?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: &#8220;Faster&#8221; Serialization</title>
	<atom:link href="http://www.codesmell.org/blog/2009/08/faster-serialization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codesmell.org/blog/2009/08/faster-serialization/</link>
	<description>another useless blog, virtually noone is going to read....</description>
	<lastBuildDate>Tue, 01 Mar 2011 17:10:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Uwe Schaefer</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-77</link>
		<dc:creator>Uwe Schaefer</dc:creator>
		<pubDate>Sat, 05 Sep 2009 09:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-77</guid>
		<description>i´ll post another article about it. see &lt;a href=&quot;/blog/2009/09/amf-serialization-followup-faster-serialization/&quot; rel=&quot;nofollow&quot;&gt;/blog/2009/09/amf-serialization-followup-faster-serialization/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>i´ll post another article about it. see <a href="/blog/2009/09/amf-serialization-followup-faster-serialization/" rel="nofollow">/blog/2009/09/amf-serialization-followup-faster-serialization/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe Schaefer</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-76</link>
		<dc:creator>Uwe Schaefer</dc:creator>
		<pubDate>Sat, 05 Sep 2009 08:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-76</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel creanga</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-75</link>
		<dc:creator>cornel creanga</dc:creator>
		<pubDate>Sat, 05 Sep 2009 08:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-75</guid>
		<description>Take a look here: http://cornelcreanga.com/docs/testprotocols.zip
You will find an Intellij project - it has the required libs+sample code how to use the AMF3 serialization</description>
		<content:encoded><![CDATA[<p>Take a look here: <a href="http://cornelcreanga.com/docs/testprotocols.zip" rel="nofollow">http://cornelcreanga.com/docs/testprotocols.zip</a><br />
You will find an Intellij project &#8211; it has the required libs+sample code how to use the AMF3 serialization</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe Schaefer</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-73</link>
		<dc:creator>Uwe Schaefer</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-73</guid>
		<description>Thanks. i´ll try the AMF3 serialization lateron and post back, promised.
Where to get the minimal code to use AMF3 serialization? i don´t have to grab the whole 170mb BlazeDS source, do i?</description>
		<content:encoded><![CDATA[<p>Thanks. i´ll try the AMF3 serialization lateron and post back, promised.<br />
Where to get the minimal code to use AMF3 serialization? i don´t have to grab the whole 170mb BlazeDS source, do i?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel creanga</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-70</link>
		<dc:creator>cornel creanga</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-70</guid>
		<description>I think there is a bug in the hessian serialization algorithm, in your case it&#039;s not able to detect that the objects from the lists are identical. However I&#039;ve tried also AMF3 and is faster that plain java serialization, maybe it worth to give it a try.</description>
		<content:encoded><![CDATA[<p>I think there is a bug in the hessian serialization algorithm, in your case it&#8217;s not able to detect that the objects from the lists are identical. However I&#8217;ve tried also AMF3 and is faster that plain java serialization, maybe it worth to give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe Schaefer</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-64</link>
		<dc:creator>Uwe Schaefer</dc:creator>
		<pubDate>Tue, 25 Aug 2009 11:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-64</guid>
		<description>Update: tested Hessian:

JBossSerializer: 1344ms (Size: 849289 bytes)
HessianSerializer: 1140ms (Size: 1239018 bytes)
PlainSerializer: 985ms (Size: 699312 bytes)
PlainGZipSerializer: 1328ms (Size: 306680 bytes)

not only plain is faster, but it also is significantly more compact.</description>
		<content:encoded><![CDATA[<p>Update: tested Hessian:</p>
<p>JBossSerializer: 1344ms (Size: 849289 bytes)<br />
HessianSerializer: 1140ms (Size: 1239018 bytes)<br />
PlainSerializer: 985ms (Size: 699312 bytes)<br />
PlainGZipSerializer: 1328ms (Size: 306680 bytes)</p>
<p>not only plain is faster, but it also is significantly more compact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe Schaefer</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-63</link>
		<dc:creator>Uwe Schaefer</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-63</guid>
		<description>nice. i´m gonna try hessian and post back. thanks.</description>
		<content:encoded><![CDATA[<p>nice. i´m gonna try hessian and post back. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilja Pavkovic</title>
		<link>http://www.codesmell.org/blog/2009/08/faster-serialization/comment-page-1/#comment-62</link>
		<dc:creator>Ilja Pavkovic</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesmell.org/blog/?p=2847#comment-62</guid>
		<description>perhaps you want to look at this one: 

http://cornelcreanga.com/2009/07/java-serialization-versus-amfhessian-serialization/</description>
		<content:encoded><![CDATA[<p>perhaps you want to look at this one: </p>
<p><a href="http://cornelcreanga.com/2009/07/java-serialization-versus-amfhessian-serialization/" rel="nofollow">http://cornelcreanga.com/2009/07/java-serialization-versus-amfhessian-serialization/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

