<?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: What is serialVersionUID?</title>
	<atom:link href="http://www.javablogging.com/what-is-serialversionuid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com/what-is-serialversionuid/</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Wed, 25 Aug 2010 14:00:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Souz</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-3646</link>
		<dc:creator>Souz</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-3646</guid>
		<description>Nice Article. It cleared all my doubts..</description>
		<content:encoded><![CDATA[<p>Nice Article. It cleared all my doubts..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vibram five fingers kso shoes</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-3174</link>
		<dc:creator>vibram five fingers kso shoes</dc:creator>
		<pubDate>Sat, 03 Jul 2010 02:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-3174</guid>
		<description>Women&#039;s  &lt;a href=&quot;http://www.vibramfivefingers.name&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;vibram five fingers kso shoes&lt;/strong&gt;&lt;/a&gt; Gray Pink Shoes can keep your feet in the freest condition,just as if your were barefooted. &lt;strong&gt;vibram five fingers kso shoes &lt;/strong&gt;is made of the best and proper materials,so you don&#039;t need to doubt of its comfort with so thin sole and upper.
Gray match with a dreamlike and romantic color,pink&lt;a href=&quot;http://www.vibramfivefingers.name&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt; vibram five fingers kso shoes&lt;/strong&gt;&lt;/a&gt; is very consistent with the style of young girls.In this busy and tense times,people need relax without any fetter.</description>
		<content:encoded><![CDATA[<p>Women&#8217;s  <a href="http://www.vibramfivefingers.name" rel="nofollow"><strong>vibram five fingers kso shoes</strong></a> Gray Pink Shoes can keep your feet in the freest condition,just as if your were barefooted. <strong>vibram five fingers kso shoes </strong>is made of the best and proper materials,so you don&#8217;t need to doubt of its comfort with so thin sole and upper.<br />
Gray match with a dreamlike and romantic color,pink<a href="http://www.vibramfivefingers.name" rel="nofollow"><strong> vibram five fingers kso shoes</strong></a> is very consistent with the style of young girls.In this busy and tense times,people need relax without any fetter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykishan Parikh</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-3000</link>
		<dc:creator>Jaykishan Parikh</dc:creator>
		<pubDate>Tue, 08 Jun 2010 12:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-3000</guid>
		<description>Very nice article with good example. Thanks! It helped me to clear my understanding..</description>
		<content:encoded><![CDATA[<p>Very nice article with good example. Thanks! It helped me to clear my understanding..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapil Ghodawat</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-1827</link>
		<dc:creator>Kapil Ghodawat</dc:creator>
		<pubDate>Wed, 03 Mar 2010 06:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-1827</guid>
		<description>I have one question or infact should say I am stuck at this and looking for a solution.
Is there any way to deserialize an object even if its serialVersionUID is changed OR say to ignore this exception for that object and let it continue deserialization of other fields?

Let me explain this, Say I have a serializable class MyClass which has two fields: 
----------------------------------------
MyClass implements Serialzable{
Class1 field1;
Class2 field2;
private static final long serialVersionUID = 1L;
}
----------------------------------------
Where Class1 and Class2 both are also serializable now if Class1&#039;s UID is changed (its a third party class so out of my control) but I still want to deserailize MyClass (even with null OR default value for field1) how can I do this?</description>
		<content:encoded><![CDATA[<p>I have one question or infact should say I am stuck at this and looking for a solution.<br />
Is there any way to deserialize an object even if its serialVersionUID is changed OR say to ignore this exception for that object and let it continue deserialization of other fields?</p>
<p>Let me explain this, Say I have a serializable class MyClass which has two fields:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
MyClass implements Serialzable{<br />
Class1 field1;<br />
Class2 field2;<br />
private static final long serialVersionUID = 1L;<br />
}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Where Class1 and Class2 both are also serializable now if Class1&#8217;s UID is changed (its a third party class so out of my control) but I still want to deserailize MyClass (even with null OR default value for field1) how can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Understand the serialVersionUID &#124; Java Best Practices</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-1505</link>
		<dc:creator>Understand the serialVersionUID &#124; Java Best Practices</dc:creator>
		<pubDate>Sat, 16 Jan 2010 03:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-1505</guid>
		<description>[...] 5. http://www.javaworld.com/javaworld/jw-02-2006/jw-0227-control.html?page=1 6. http://www.javablogging.com/what-is-serialversionuid/ 7. http://java.dzone.com/articles/dont-ignore-serialversionuid 8. [...]</description>
		<content:encoded><![CDATA[<p>[...] 5. <a href="http://www.javaworld.com/javaworld/jw-02-2006/jw-0227-control.html?page=1" rel="nofollow">http://www.javaworld.com/javaworld/jw-02-2006/jw-0227-control.html?page=1</a> 6. <a href="http://www.javablogging.com/what-is-serialversionuid/" rel="nofollow">http://www.javablogging.com/what-is-serialversionuid/</a> 7. <a href="http://java.dzone.com/articles/dont-ignore-serialversionuid" rel="nofollow">http://java.dzone.com/articles/dont-ignore-serialversionuid</a> 8. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhanasekar J</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-916</link>
		<dc:creator>Dhanasekar J</dc:creator>
		<pubDate>Sat, 07 Nov 2009 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-916</guid>
		<description>this is good article to understand about serialVersionUID. i red in javaworld.com also, but this one is short with fruitfull info.</description>
		<content:encoded><![CDATA[<p>this is good article to understand about serialVersionUID. i red in javaworld.com also, but this one is short with fruitfull info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: java类序列化，以及serialVersionUID &#171; Java Oracle Solaris—背负一身情债的企鹅</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-466</link>
		<dc:creator>java类序列化，以及serialVersionUID &#171; Java Oracle Solaris—背负一身情债的企鹅</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-466</guid>
		<description>[...] 参考：http://www.javablogging.com/what-is-serialversionuid/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考：http://www.javablogging.com/what-is-serialversionuid/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shikha</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-264</link>
		<dc:creator>Shikha</dc:creator>
		<pubDate>Wed, 26 Aug 2009 11:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-264</guid>
		<description>and for the nomenclature, such interfaces are called &#039;Marker Interface&#039; in Java. Another example is Cloneable interface.</description>
		<content:encoded><![CDATA[<p>and for the nomenclature, such interfaces are called &#8216;Marker Interface&#8217; in Java. Another example is Cloneable interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Sengar</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-100</link>
		<dc:creator>Sumit Sengar</dc:creator>
		<pubDate>Sun, 09 Aug 2009 11:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-100</guid>
		<description>Adding to it as void writeObject(ObjectOutputStream out)and
void readObject(ObjectInputStream in) are both private methods, it means they are not extended from any class (overridden), hence do not belong to any particular class in the java API. Somethings in java are meant for JVM to invoke :-)</description>
		<content:encoded><![CDATA[<p>Adding to it as void writeObject(ObjectOutputStream out)and<br />
void readObject(ObjectInputStream in) are both private methods, it means they are not extended from any class (overridden), hence do not belong to any particular class in the java API. Somethings in java are meant for JVM to invoke <img src='http://www.javablogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Sengar</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-99</link>
		<dc:creator>Sumit Sengar</dc:creator>
		<pubDate>Sun, 09 Aug 2009 06:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-99</guid>
		<description>@Ravi P
void writeObject(ObjectOutputStream out)and 
void readObject(ObjectInputStream in) are does not belong to any class hierarchy in java API. They basically form a part of Jav serialization mechanism. whenever you serialize any object, JVM checks wether any method like writeObject(ObjectOutputStream out) has been declared. This is to intercept the normal serialization mechanism caused by calling ObjectOutputStream.writeObject.</description>
		<content:encoded><![CDATA[<p>@Ravi P<br />
void writeObject(ObjectOutputStream out)and<br />
void readObject(ObjectInputStream in) are does not belong to any class hierarchy in java API. They basically form a part of Jav serialization mechanism. whenever you serialize any object, JVM checks wether any method like writeObject(ObjectOutputStream out) has been declared. This is to intercept the normal serialization mechanism caused by calling ObjectOutputStream.writeObject.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
