Posted By:
Anonymous
Posted On:
Tuesday, October 29, 2002 02:16 AM
I´m serializing a class, sending from a servlet to an applet, and when I deserialize the class inside the browser I get a StreamCorruptedException, in the method getClassDesc. But when I run (or debug) the applet inside my IDE (NetBeans) the deserializing process works OK.
I'm thinking in a classpath problem, but I have revised the classes used in the serialized class and I put all of them in the applet jar file.
Any clues?