<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Persisting of unknown (or new) types with XPO</title>
	<link>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/</link>
	<description>General musings and programming stuff</description>
	<pubDate>Tue, 06 Jan 2009 15:49:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>

	<item>
		<title>by: Oliver Sturm&#8217;s weblog - Nullable types in XPO without .NET 2</title>
		<link>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-51</link>
		<pubDate>Tue, 15 Mar 2005 14:17:50 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-51</guid>
					<description>[...] under: Programming, .NET, XPO &amp;#8212; Oliver Sturm @ 1:45 pm - 32 minutes ago  	 	 			In a previous article, I showed how nullable types, as implemented in version 2 [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] under: Programming, .NET, XPO &#8212; Oliver Sturm @ 1:45 pm - 32 minutes ago  	 	 			In a previous article, I showed how nullable types, as implemented in version 2 [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kenneth Ellested</title>
		<link>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-18</link>
		<pubDate>Tue, 15 Feb 2005 12:26:17 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-18</guid>
					<description>I guess I have confused something then. I just remember an issue, trying to serialize some 
objects back in time when .net was initially released. It wasn't possible without using the 
binary formatter. Maybe it had something to do with the object graph. Anyway, I haven't had any
use for it since, so until now I just believed that the binary formatter was capable of
serializing any objects. Maybe I also confused it with the ISerializable interface.</description>
		<content:encoded><![CDATA[	<p>I guess I have confused something then. I just remember an issue, trying to serialize some<br />
objects back in time when .net was initially released. It wasn&#8217;t possible without using the<br />
binary formatter. Maybe it had something to do with the object graph. Anyway, I haven&#8217;t had any<br />
use for it since, so until now I just believed that the binary formatter was capable of<br />
serializing any objects. Maybe I also confused it with the ISerializable interface.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Oliver Sturm</title>
		<link>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-16</link>
		<pubDate>Thu, 10 Feb 2005 13:43:38 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-16</guid>
					<description>I haven't tried this right now, but &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemserializableattributeclasstopic.asp&quot;&gt;this page in MSDN&lt;/a&gt; certainly suggests differently. Where have you heard or seen that the BinaryFormatter can serialize objects without the SerializableAttribute?

Of course, using the binary format has its advantages because the stored data will be more compact and I guess the serialization process will probably be faster, too. But I usually prefer to use text (xml) based formats these days because memory and processing power aren't the scarce resources they used to be. Plus, I can always look into the database with any tool and - more or less - read what's in the field if it's in SOAP format.</description>
		<content:encoded><![CDATA[	<p>I haven&#8217;t tried this right now, but <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemserializableattributeclasstopic.asp">this page in MSDN</a> certainly suggests differently. Where have you heard or seen that the BinaryFormatter can serialize objects without the SerializableAttribute?</p>
	<p>Of course, using the binary format has its advantages because the stored data will be more compact and I guess the serialization process will probably be faster, too. But I usually prefer to use text (xml) based formats these days because memory and processing power aren&#8217;t the scarce resources they used to be. Plus, I can always look into the database with any tool and - more or less - read what&#8217;s in the field if it&#8217;s in SOAP format.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kenneth Ellested</title>
		<link>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-15</link>
		<pubDate>Thu, 10 Feb 2005 13:23:37 +0000</pubDate>
		<guid>http://www.sturmnet.org/blog/archives/2005/02/10/xpo-value-converters/#comment-15</guid>
					<description>Very nice - how about trying this with the BinaryFormatter. 
AFAIK it should take any object, serializeable or not.</description>
		<content:encoded><![CDATA[	<p>Very nice - how about trying this with the BinaryFormatter.<br />
AFAIK it should take any object, serializeable or not.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
