Posted By:
paul_carroll
Posted On:
Tuesday, November 15, 2011 03:48 PM
I have been using JDK 1.4 for my application. I have serialized objects stored in the database as blobs. I am updating my application so that it now requires JDK 1.6. When I try to access the serialized objects in the database, the application throws an UnmarshalException. Is it not possible to access these serialized objects once I update the JDK from 1.4 to 1.6? Thanks.