<?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: CFC Serialization Unplugged</title>
	<atom:link href="http://www.rakshith.net/blog/?feed=rss2&#038;p=4" rel="self" type="application/rss+xml" />
	<link>http://www.rakshith.net/blog/?p=4</link>
	<description>'Catch Up' with Rakshith's thoughts on Technology, ColdFusion and much more...</description>
	<lastBuildDate>Tue, 04 May 2010 21:50:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-22636</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-22636</guid>
		<description>@CFUser - If the book really says that, then that statement in the book is wrong. I am guessing that this would be corrected in the recent version of the book.

Session replication with cfcs should work for you on ColdFusion 8. Can you give out more details on how you are trying to get this working?</description>
		<content:encoded><![CDATA[<p>@CFUser &#8211; If the book really says that, then that statement in the book is wrong. I am guessing that this would be corrected in the recent version of the book.</p>
<p>Session replication with cfcs should work for you on ColdFusion 8. Can you give out more details on how you are trying to get this working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-20950</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Mon, 29 Jun 2009 08:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-20950</guid>
		<description>Guys, good news! The hotfix for the cfc serialization issue has been released. Check my &lt;a href=&quot;http://www.rakshith.net/blog/?p=64&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; now!</description>
		<content:encoded><![CDATA[<p>Guys, good news! The hotfix for the cfc serialization issue has been released. Check my <a href="http://www.rakshith.net/blog/?p=64" rel="nofollow">post</a> now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion 8: Hotfix for CFC Serialization released : The Sprint</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-20946</link>
		<dc:creator>ColdFusion 8: Hotfix for CFC Serialization released : The Sprint</dc:creator>
		<pubDate>Mon, 29 Jun 2009 07:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-20946</guid>
		<description>[...] CFC serialization is a feature that came out in ColdFusion 8. With this feature it is now possible to serialize a cfc, i.e. it is possible to write an instance of a cfc to an outputstream. In simple words, it is possible to write cfc instances&#160;to a file and read them back. CFCs stored in the session now get replicated across the servers in the cluster as well because of CFC Serialization. [...]</description>
		<content:encoded><![CDATA[<p>[...] CFC serialization is a feature that came out in ColdFusion 8. With this feature it is now possible to serialize a cfc, i.e. it is possible to write an instance of a cfc to an outputstream. In simple words, it is possible to write cfc instances&nbsp;to a file and read them back. CFCs stored in the session now get replicated across the servers in the cluster as well because of CFC Serialization. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Crews</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-19981</link>
		<dc:creator>Jim Crews</dc:creator>
		<pubDate>Wed, 13 May 2009 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-19981</guid>
		<description>I found this CFC for creating XML objects from CFCs (and vice versa)in the meantime. It DOES work with Arrays, etc:

http://www.celticinternet.com/blog2/post.cfm/cfc-serialisation-with-coldfusion-8</description>
		<content:encoded><![CDATA[<p>I found this CFC for creating XML objects from CFCs (and vice versa)in the meantime. It DOES work with Arrays, etc:</p>
<p><a href="http://www.celticinternet.com/blog2/post.cfm/cfc-serialisation-with-coldfusion-8" rel="nofollow">http://www.celticinternet.com/blog2/post.cfm/cfc-serialisation-with-coldfusion-8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Crews</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-19977</link>
		<dc:creator>Jim Crews</dc:creator>
		<pubDate>Wed, 13 May 2009 20:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-19977</guid>
		<description>This still isn&#039;t fixed, is it?  Is there a hotfix or something that I am missing?  Do you know of any other ways to serialize ColdFusion components?  My initial thought was to use WDDX, but CFML2WDDX doesn&#039;t support CFCs.

I actually used the above to create a ComponentConverter object with serialize and deserialize methods before discovering the Array nastiness. 

:-(

-- Jim C.</description>
		<content:encoded><![CDATA[<p>This still isn&#8217;t fixed, is it?  Is there a hotfix or something that I am missing?  Do you know of any other ways to serialize ColdFusion components?  My initial thought was to use WDDX, but CFML2WDDX doesn&#8217;t support CFCs.</p>
<p>I actually used the above to create a ComponentConverter object with serialize and deserialize methods before discovering the Array nastiness. </p>
<p> <img src='http://www.rakshith.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>&#8211; Jim C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-9685</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-9685</guid>
		<description>@ Ian : The fix is not in the updater. The bug number for this issue is 70580.

@Don : There is no fix out yet. But we know that is an issue and is logged in our database. We will look into it soon.</description>
		<content:encoded><![CDATA[<p>@ Ian : The fix is not in the updater. The bug number for this issue is 70580.</p>
<p>@Don : There is no fix out yet. But we know that is an issue and is logged in our database. We will look into it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Q</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-9543</link>
		<dc:creator>Don Q</dc:creator>
		<pubDate>Sat, 02 Aug 2008 07:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-9543</guid>
		<description>Hate to ask, hoping maybe I missed the bug fix or real workaround, but... Any updates?</description>
		<content:encoded><![CDATA[<p>Hate to ask, hoping maybe I missed the bug fix or real workaround, but&#8230; Any updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bale</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-5548</link>
		<dc:creator>Ian Bale</dc:creator>
		<pubDate>Fri, 04 Apr 2008 09:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-5548</guid>
		<description>I see a fix didn&#039;t make it into Updater 1, although bug number 70495 did look like it might be the right one...

Do you have a bug tracking number for this bug? That way those of us with access to Adobe bug tracking can keep an eye on developments that way.</description>
		<content:encoded><![CDATA[<p>I see a fix didn&#8217;t make it into Updater 1, although bug number 70495 did look like it might be the right one&#8230;</p>
<p>Do you have a bug tracking number for this bug? That way those of us with access to Adobe bug tracking can keep an eye on developments that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-5484</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Wed, 02 Apr 2008 11:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-5484</guid>
		<description>Guys,
     I cannot commit on a likely date of fix. But I can assure that this on our list of bugs and will be looked into soon.</description>
		<content:encoded><![CDATA[<p>Guys,<br />
     I cannot commit on a likely date of fix. But I can assure that this on our list of bugs and will be looked into soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bale</title>
		<link>http://www.rakshith.net/blog/?p=4&#038;cpage=1#comment-5479</link>
		<dc:creator>Ian Bale</dc:creator>
		<pubDate>Wed, 02 Apr 2008 09:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=4#comment-5479</guid>
		<description>Same problem with Arrays - they serialise just fine, but throw a similar error to the dates when you try to deserialise.

Like everyone else here, I am rather keen to make use of this functionality, so would be very grateful if you can offer a likely date when this might be fixed...?

Thanks

Ian</description>
		<content:encoded><![CDATA[<p>Same problem with Arrays &#8211; they serialise just fine, but throw a similar error to the dates when you try to deserialise.</p>
<p>Like everyone else here, I am rather keen to make use of this functionality, so would be very grateful if you can offer a likely date when this might be fixed&#8230;?</p>
<p>Thanks</p>
<p>Ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
