<?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: Easy binary serialization of Scala types</title>
	<atom:link href="http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 22:56:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David R. MacIver</title>
		<link>http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/#comment-130</link>
		<dc:creator>David R. MacIver</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=84#comment-130</guid>
		<description>Yeah, the separately defined read and write functions are moderately annoying. It isn&#039;t ideal. I&#039;m probably going to leave those as is, but &lt;br/&gt;&lt;br/&gt;a) provide helpful combinators for building up binary instances.&lt;br/&gt;b) See if I can figure out a nice way of doing code generation for defining binary instances for the cases where you don&#039;t care about the precise formats&lt;br/&gt;&lt;br/&gt;C++ templates have an advantage here (albeit one which requires black magic to use), as they can integrate the code generation into the actual API.</description>
		<content:encoded><![CDATA[<p>Yeah, the separately defined read and write functions are moderately annoying. It isn&#8217;t ideal. I&#8217;m probably going to leave those as is, but </p>
<p>a) provide helpful combinators for building up binary instances.<br />b) See if I can figure out a nice way of doing code generation for defining binary instances for the cases where you don&#8217;t care about the precise formats</p>
<p>C++ templates have an advantage here (albeit one which requires black magic to use), as they can integrate the code generation into the actual API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeppe</title>
		<link>http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/#comment-129</link>
		<dc:creator>Jeppe</dc:creator>
		<pubDate>Mon, 11 Feb 2008 08:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=84#comment-129</guid>
		<description>Nice to have an alternative to the bloated and slow Java serialization (it has its advantages though). I find it quite annoying to have to write both a read and a write function for a data type. I wonder if it&#039;s possible to do something like http://www.boost.org/libs/serialization/doc/tutorial.html#simplecase in Scala. There you only have to write one method that does both reading and writing, thus eliminating any inconsistency bugs.</description>
		<content:encoded><![CDATA[<p>Nice to have an alternative to the bloated and slow Java serialization (it has its advantages though). I find it quite annoying to have to write both a read and a write function for a data type. I wonder if it&#8217;s possible to do something like <a href="http://www.boost.org/libs/serialization/doc/tutorial.html#simplecase" rel="nofollow">http://www.boost.org/libs/serialization/doc/tutorial.html#simplecase</a> in Scala. There you only have to write one method that does both reading and writing, thus eliminating any inconsistency bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David R. MacIver</title>
		<link>http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/#comment-128</link>
		<dc:creator>David R. MacIver</dc:creator>
		<pubDate>Sun, 10 Feb 2008 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=84#comment-128</guid>
		<description>Cool. Hope you find it useful! Feel free to ask questions about it, and please send me feedback if you do use it. :-)</description>
		<content:encoded><![CDATA[<p>Cool. Hope you find it useful! Feel free to ask questions about it, and please send me feedback if you do use it. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.drmaciver.com/2008/02/easy-binary-serialization-of-scala-types/#comment-127</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 10 Feb 2008 22:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=84#comment-127</guid>
		<description>Excellent. I was just about to embark on a similar project (ditto the screaming heebie-jeebies with java serialization). Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent. I was just about to embark on a similar project (ditto the screaming heebie-jeebies with java serialization). Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

