Close
jGuru Forums
Posted By: GokulBabu_Kuttuva Posted On: Sunday, August 15, 2004 01:25 AM
If I implement java.io.Serializable to a class. Should I
have to again implement it for its subclass too for
getting serialized or will it happen automatically?
Re: serialization in inheritance
Posted By: Rakesh_Ranjan Posted On: Monday, August 16, 2004 02:36 AM
It is not required to implement Serilizable inteface in subclass.