|
Hi All,
I am passing object from applet through
URLConnection(that object implements Serializable) to a
servlet.
The code was running fine until i made few
changes in that object.
Now my servlet is throwing IO exception
-
javawebserver: io exception occured in service
method: mypackage.Order;
Local class not compatible: stream classdesc serialVersionUID=320808989715797578 1 local class serialVersionUID=-535899856585693639 can anyone suggest what could be the reason for this?
Thanks in advance.
Rachit |
