<?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: ActionScript&#8217;s different ways to convert an object to a string</title>
	<atom:link href="http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/</link>
	<description>Mike Morearty, a developer on the Flex Builder team.</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:28:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/comment-page-1/#comment-60812</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 20 Jul 2009 05:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=126#comment-60812</guid>
		<description>Erik, no, not that I know of.  What is your use case?</description>
		<content:encoded><![CDATA[<p>Erik, no, not that I know of.  What is your use case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/comment-page-1/#comment-60809</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Mon, 20 Jul 2009 04:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=126#comment-60809</guid>
		<description>Is there anyway to get a unique string for an object?  

Something like this from java? http://stackoverflow.com/questions/580984/how-do-you-get-the-object-reference-of-an-object-in-java-when-tostring-and-ha

?</description>
		<content:encoded><![CDATA[<p>Is there anyway to get a unique string for an object?  </p>
<p>Something like this from java? <a href="http://stackoverflow.com/questions/580984/how-do-you-get-the-object-reference-of-an-object-in-java-when-tostring-and-ha" rel="nofollow">http://stackoverflow.com/questions/580984/how-do-you-get-the-object-reference-of-an-object-in-java-when-tostring-and-ha</a></p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/comment-page-1/#comment-51599</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 19 Sep 2008 16:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=126#comment-51599</guid>
		<description>Sorry Eric, I don&#039;t understand your question.</description>
		<content:encoded><![CDATA[<p>Sorry Eric, I don&#8217;t understand your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/comment-page-1/#comment-51593</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 19 Sep 2008 05:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=126#comment-51593</guid>
		<description>what about multidimensional array ?</description>
		<content:encoded><![CDATA[<p>what about multidimensional array ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senocular</title>
		<link>http://www.morearty.com/blog/2008/07/28/actionscripts-different-ways-to-convert-an-object-to-a-string/comment-page-1/#comment-49346</link>
		<dc:creator>senocular</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=126#comment-49346</guid>
		<description>You could also include Object.prototype.toString.call(myobj) which will invoke the default Object.toString in the case that myobj is an instance of a class which overrides it.  For example:

namespace ns = &quot;foo&quot;;
trace(String(ns)); // &quot;foo&quot;
trace(ns.toString()); // &quot;foo&quot;
trace(Object.prototype.toString.call(ns)); // &quot;[object Namespace]&quot;</description>
		<content:encoded><![CDATA[<p>You could also include Object.prototype.toString.call(myobj) which will invoke the default Object.toString in the case that myobj is an instance of a class which overrides it.  For example:</p>
<p>namespace ns = &quot;foo&quot;;<br />
trace(String(ns)); // &quot;foo&quot;<br />
trace(ns.toString()); // &quot;foo&quot;<br />
trace(Object.prototype.toString.call(ns)); // &quot;[object Namespace]&quot;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
