<?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: How to Make a Class Serializable</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/how-to-make-a-class-serializable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com/how-to-make-a-class-serializable/</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:19:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Javin @ Tibco RV Tutorial</title>
		<link>http://www.bestjavainterviewquestions.com/how-to-make-a-class-serializable/comment-page-1/#comment-13579</link>
		<dc:creator>Javin @ Tibco RV Tutorial</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=613#comment-13579</guid>
		<description>Hi,

Just to add while writing Serializable class , its good practice to put a Seriazlizable alert in file so that when some one else add a new field in the class he must ensure that field is either transient or Serializable , so that Serializability of class should not break.

Thanks
Javin  
&lt;a href=&quot;http://javarevisited.blogspot.com/2010/10/why-string-is-immutable-in-java.html&quot; rel=&quot;nofollow&quot;&gt;Why String is immutable in Java &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just to add while writing Serializable class , its good practice to put a Seriazlizable alert in file so that when some one else add a new field in the class he must ensure that field is either transient or Serializable , so that Serializability of class should not break.</p>
<p>Thanks<br />
Javin<br />
<a href="http://javarevisited.blogspot.com/2010/10/why-string-is-immutable-in-java.html" rel="nofollow">Why String is immutable in Java </a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

