Posted By:
Anonymous
Posted On:
Friday, June 27, 2003 08:23 PM
Dear,
I have a class
myData
that I want to implement
Serializable
interface. class
myData
has only two fields:
Integer iData1, String sData2
.
Could anybody shown me how my
myData
class should be?
Thanks a lot!