<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Java geek &#187; serializable</title>
	<atom:link href="http://blog.frankel.ch/tag/serializable/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.frankel.ch</link>
	<description>Nicolas Fränkel blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:41:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Customize your JAXB bindings</title>
		<link>http://blog.frankel.ch/customize-your-jaxb-bindings</link>
		<comments>http://blog.frankel.ch/customize-your-jaxb-bindings#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:02:42 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[bindings]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[maven plugin]]></category>
		<category><![CDATA[parent class]]></category>
		<category><![CDATA[serializable]]></category>
		<category><![CDATA[xjc]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=184</guid>
		<description><![CDATA[JAXB is a bridge between the Java and the XML worlds, enabling your code to transparently marshalls and unmarshalls your Java objects to and from XML. In order to do this, you should have a class representing your XML-Schema. This class is created by the xjc. In most cases, xjc creates a class that won't suit your needs. In this article, we'll see why it does so and what we can do to customize this behaviour.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/customize-your-jaxb-bindings/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

