Posted By:
Mohammad_Abdo
Posted On:
Thursday, December 4, 2008 05:58 AM
Dear,
Read the Object from the file, and before casting it to your Custom Class use:
System.out.println(object.getClass().getName());
To know your real object type.
I hope this will help..
Thanks