Re: Advanced deserialization: deserialize unknown class
Posted By:
Anonymous
Posted On:
Tuesday, July 5, 2005 12:12 PM
Also please respond to my question.
As Serializable Interface dosen't contain any method.
then how jvm comes to know to serialize that perticular class.
Thanks
Re: Advanced deserialization: deserialize unknown class
Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, June 22, 2005 08:15 PM
Instead of serializing the class of your exception, why not just devise your own format for saving the essential details, and write that out, perhaps in xml or something like that.