<?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: .NET Compact Framework Serialization Bugs</title>
	<atom:link href="http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Tue, 06 Jan 2009 05:15:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Herr</title>
		<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/comment-page-1/#comment-14321</link>
		<dc:creator>Herr</dc:creator>
		<pubDate>Sat, 29 Nov 2008 18:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/#comment-14321</guid>
		<description>Your article was very helpful. Thank you.</description>
		<content:encoded><![CDATA[<p>Your article was very helpful. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eduardo rojas</title>
		<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/comment-page-1/#comment-11164</link>
		<dc:creator>eduardo rojas</dc:creator>
		<pubDate>Wed, 13 Feb 2008 17:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/#comment-11164</guid>
		<description>Do you know, who I can do that in compact framework?
because BinaryFormatter doesn't exist.

        /// 
        /// Implementacion de la interfaz IClonable.
        /// Retorna un objeto clonado.
        public object Clone()
        {
            MemoryStream buffer = new MemoryStream();
            BinaryFormatter format = new BinaryFormatter();
            format.Serialize(buffer, this);
            buffer.Position = 0;
            return format.Deserialize(buffer);
        }</description>
		<content:encoded><![CDATA[<p>Do you know, who I can do that in compact framework?<br />
because BinaryFormatter doesn&#8217;t exist.</p>
<p>        ///<br />
        /// Implementacion de la interfaz IClonable.<br />
        /// Retorna un objeto clonado.<br />
        public object Clone()<br />
        {<br />
            MemoryStream buffer = new MemoryStream();<br />
            BinaryFormatter format = new BinaryFormatter();<br />
            format.Serialize(buffer, this);<br />
            buffer.Position = 0;<br />
            return format.Deserialize(buffer);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/comment-page-1/#comment-10833</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Sat, 23 Jun 2007 16:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/#comment-10833</guid>
		<description>Phil,
Thanks for the advice, but unfortunately for this project we were interoperating with a Web Service, so we were mapping between objects and the XML that we needed to send back and forth between the handheld and the service. So binary wouldn't work in this case...</description>
		<content:encoded><![CDATA[<p>Phil,<br />
Thanks for the advice, but unfortunately for this project we were interoperating with a Web Service, so we were mapping between objects and the XML that we needed to send back and forth between the handheld and the service. So binary wouldn&#8217;t work in this case&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/comment-page-1/#comment-10832</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 23 Jun 2007 07:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/#comment-10832</guid>
		<description>try BinaryFormatter for compact framework @ gotcf.net, forget about xml serialization</description>
		<content:encoded><![CDATA[<p>try BinaryFormatter for compact framework @ gotcf.net, forget about xml serialization</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom XML Serialization for the .NET Compact Framework</title>
		<link>http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/comment-page-1/#comment-9434</link>
		<dc:creator>Custom XML Serialization for the .NET Compact Framework</dc:creator>
		<pubDate>Wed, 28 Feb 2007 17:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/02/27/net-compact-framework-serialization-bugs/#comment-9434</guid>
		<description>[...] slew of utilities for serializing objects into an XML form. But as I wrote in my previous post, .NET Compact Framework has serious problems with this serialization. The good news is that you can leverage all of the existing Attributes and tricks that you think [...]</description>
		<content:encoded><![CDATA[<p>[...] slew of utilities for serializing objects into an XML form. But as I wrote in my previous post, .NET Compact Framework has serious problems with this serialization. The good news is that you can leverage all of the existing Attributes and tricks that you think [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
