<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Java_Object_Serialization</id>
		<title>Java Object Serialization - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Java_Object_Serialization"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;action=history"/>
		<updated>2026-04-15T16:49:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31215&amp;oldid=prev</id>
		<title>Effect2: Removed incomplete remark and note to myself</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31215&amp;oldid=prev"/>
				<updated>2019-04-19T05:28:52Z</updated>
		
		<summary type="html">&lt;p&gt;Removed incomplete remark and note to myself&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 05:28, 19 April 2019&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* an integer field in the header called &amp;quot;STREAM_VERSION&amp;quot; or just &amp;quot;version&amp;quot;, which has been 5&amp;lt;ref name=&amp;quot;v19303&amp;quot;&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html#9303&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;12tsc&amp;quot;&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#terminal-symbols-and-constants&amp;lt;/ref&amp;gt; since at least JDK 1.1.4&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/&amp;lt;/ref&amp;gt;, released between 1997 and 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;, meaning that it has had the value of 5 for almost all of the format's existence;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* an integer field in the header called &amp;quot;STREAM_VERSION&amp;quot; or just &amp;quot;version&amp;quot;, which has been 5&amp;lt;ref name=&amp;quot;v19303&amp;quot;&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html#9303&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;12tsc&amp;quot;&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#terminal-symbols-and-constants&amp;lt;/ref&amp;gt; since at least JDK 1.1.4&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/&amp;lt;/ref&amp;gt;, released between 1997 and 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;, meaning that it has had the value of 5 for almost all of the format's existence;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* and the &amp;quot;version&amp;quot; not of the Object Serialization format, but of whatever format is built on top of it&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/version.html&amp;lt;/ref&amp;gt;.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* and the &amp;quot;version&amp;quot; not of the Object Serialization format, but of whatever format is built on top of it&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/version.html&amp;lt;/ref&amp;gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The &amp;quot;protocol version&amp;quot; can be either 1 or 2. The second version was made standard in the Java platform in version 1.2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt; in December 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;. Java versions at and above 1.1.7 can read both versions, but will default to writing and reading 2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt;. There is nothing in the stream to indicate the &amp;quot;protocol version&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;; users must decide on it (fill this in with heuristics)&lt;/del&gt;.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The &amp;quot;protocol version&amp;quot; can be either 1 or 2. The second version was made standard in the Java platform in version 1.2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt; in December 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;. Java versions at and above 1.1.7 can read both versions, but will default to writing and reading 2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt;. There is nothing in the stream to indicate the &amp;quot;protocol version&amp;quot;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Identification ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Identification ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Effect2</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31214&amp;oldid=prev</id>
		<title>Effect2: Added identification information</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31214&amp;oldid=prev"/>
				<updated>2019-04-19T05:12:52Z</updated>
		
		<summary type="html">&lt;p&gt;Added identification information&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 05:12, 19 April 2019&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;There are three different things in or attributes of a Java Object Serialization stream that are referred to by &amp;quot;version&amp;quot;:&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;There are three different things in or attributes of a Java Object Serialization stream that are referred to by &amp;quot;version&amp;quot;:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &amp;quot;protocol version&amp;quot;, which corresponds to the usual meaning of &amp;quot;version&amp;quot;;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &amp;quot;protocol version&amp;quot;, which corresponds to the usual meaning of &amp;quot;version&amp;quot;;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* an integer field in the header called &amp;quot;STREAM_VERSION&amp;quot; or just &amp;quot;version&amp;quot;, which has been 5&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html#9303&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#terminal-symbols-and-constants&amp;lt;/ref&amp;gt; since at least JDK 1.1.4&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/&amp;lt;/ref&amp;gt;, released between 1997 and 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;, meaning that it has had the value of 5 for almost all of the format's existence;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* an integer field in the header called &amp;quot;STREAM_VERSION&amp;quot; or just &amp;quot;version&amp;quot;, which has been 5&amp;lt;ref &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;name=&amp;quot;v19303&amp;quot;&lt;/ins&gt;&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html#9303&amp;lt;/ref&amp;gt;&amp;lt;ref &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;name=&amp;quot;12tsc&amp;quot;&lt;/ins&gt;&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#terminal-symbols-and-constants&amp;lt;/ref&amp;gt; since at least JDK 1.1.4&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/&amp;lt;/ref&amp;gt;, released between 1997 and 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;, meaning that it has had the value of 5 for almost all of the format's existence;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* and the &amp;quot;version&amp;quot; not of the Object Serialization format, but of whatever format is built on top of it&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/version.html&amp;lt;/ref&amp;gt;.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* and the &amp;quot;version&amp;quot; not of the Object Serialization format, but of whatever format is built on top of it&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/version.html&amp;lt;/ref&amp;gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The &amp;quot;protocol version&amp;quot; can be either 1 or 2. The second version was made standard in the Java platform in version 1.2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt; in December 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;. Java versions at and above 1.1.7 can read both versions, but will default to writing and reading 2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt;. There is nothing in the stream to indicate the &amp;quot;protocol version&amp;quot;; users must decide on it (fill this in with heuristics).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The &amp;quot;protocol version&amp;quot; can be either 1 or 2. The second version was made standard in the Java platform in version 1.2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt; in December 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;. Java versions at and above 1.1.7 can read both versions, but will default to writing and reading 2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt;. There is nothing in the stream to indicate the &amp;quot;protocol version&amp;quot;; users must decide on it (fill this in with heuristics).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;== Identification ==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;Both versions begin with the hexadecimal {{magic|ac ed}}&amp;lt;ref name=&amp;quot;12tsc&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;v19303&amp;quot; /&amp;gt;.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Specifications ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Specifications ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Effect2</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31211&amp;oldid=prev</id>
		<title>Effect2: Created page with &quot;{{FormatInfo |formattype=electronic |subcat=Serialization |released=1997 }}  '''Java Object Serialization''', often referred to by third-party sources as simply '''Java serial...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Java_Object_Serialization&amp;diff=31211&amp;oldid=prev"/>
				<updated>2019-04-19T05:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Serialization |released=1997 }}  &amp;#039;&amp;#039;&amp;#039;Java Object Serialization&amp;#039;&amp;#039;&amp;#039;, often referred to by third-party sources as simply &amp;#039;&amp;#039;&amp;#039;Java serial...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Serialization&lt;br /&gt;
|released=1997&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Java Object Serialization''', often referred to by third-party sources as simply '''Java serialization''', is the native [[serialization]] format for the [[Java]] programming language, analogous to the [[Pickle]] format for [[Python]]. It appears to have been introduced in 1997&amp;lt;ref name=&amp;quot;wvh&amp;quot;&amp;gt;[[Wikipedia:Java version history]]&amp;lt;/ref&amp;gt;, with version 1.1.&amp;lt;ref name=&amp;quot;12vs&amp;quot;&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#stream-protocol-versions&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
There are three different things in or attributes of a Java Object Serialization stream that are referred to by &amp;quot;version&amp;quot;:&lt;br /&gt;
* &amp;quot;protocol version&amp;quot;, which corresponds to the usual meaning of &amp;quot;version&amp;quot;;&lt;br /&gt;
* an integer field in the header called &amp;quot;STREAM_VERSION&amp;quot; or just &amp;quot;version&amp;quot;, which has been 5&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html#9303&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html#terminal-symbols-and-constants&amp;lt;/ref&amp;gt; since at least JDK 1.1.4&amp;lt;ref&amp;gt;https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/&amp;lt;/ref&amp;gt;, released between 1997 and 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;, meaning that it has had the value of 5 for almost all of the format's existence;&lt;br /&gt;
* and the &amp;quot;version&amp;quot; not of the Object Serialization format, but of whatever format is built on top of it&amp;lt;ref&amp;gt;https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/version.html&amp;lt;/ref&amp;gt;.&lt;br /&gt;
The &amp;quot;protocol version&amp;quot; can be either 1 or 2. The second version was made standard in the Java platform in version 1.2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt; in December 1998&amp;lt;ref name=&amp;quot;wvh&amp;quot; /&amp;gt;. Java versions at and above 1.1.7 can read both versions, but will default to writing and reading 2&amp;lt;ref name=&amp;quot;12vs&amp;quot; /&amp;gt;. There is nothing in the stream to indicate the &amp;quot;protocol version&amp;quot;; users must decide on it (fill this in with heuristics).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://www.cs.princeton.edu/courses/archive/fall97/cs461/jdkdocs/guide/serialization/spec/protocol.doc.html Protocol version 1]&lt;br /&gt;
* [https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/protocol.html Protocol version 2]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Sun]]&lt;/div&gt;</summary>
		<author><name>Effect2</name></author>	</entry>

	</feed>