<?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>JavaBlogging &#187; xml</title>
	<atom:link href="http://www.javablogging.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Read and write XML</title>
		<link>http://www.javablogging.com/read-and-write-xml/</link>
		<comments>http://www.javablogging.com/read-and-write-xml/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:11:42 +0000</pubDate>
		<dc:creator>Miron Sadziak</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=679</guid>
		<description><![CDATA[This article is supposed to start you off for writing applications which read and write XML data in Java. In 80% of cases when somebody needs to start such and application from scratch, he doesn&#8217;t need too much theory about XML, instead he wants to have a piece of code that simply shows how to [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/read-and-write-xml/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Serialization to XML</title>
		<link>http://www.javablogging.com/serialization-to-xml/</link>
		<comments>http://www.javablogging.com/serialization-to-xml/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:12:53 +0000</pubDate>
		<dc:creator>Miron Sadziak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[java.beans]]></category>
		<category><![CDATA[XMLDecoder]]></category>
		<category><![CDATA[XMLEncoder]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=481</guid>
		<description><![CDATA[We will show here a method to serialize an instance of a class to an XML file. We will use the java.beans package and contained there classes XMLEncoder and XMLDecoder.  
First we need a class to serialize:




















public class SerializeMe {
    public Integer data;

    public void setData(Integer data) {
 [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/serialization-to-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
