Advertisement

1 - 9 of 9 containing alltags:("serialversionuid") (0 seconds)
Hi, it's recommended that if you implement the Serializable class, that you declare a serialVersionUID. Now, I understand how to declare it, but I don't understand what the value of it needs to ...
Zones: JavaDate Answered: 06/04/2005 Grade: A Views: 0
The whole concept of adding a SerialVersionUIID is new to me.  I understand that the compiler will generate this if it isn't specified.  My question is should each of my classes have a unique Seria...
Zones: JavaDate Answered: 02/03/2005 Grade: B Views: 0
I am trying to send a serialized object from a servlet to an applet, but I am getting the following error, java.io.InvalidClassException: javax.swing.tree.DefaultTreeModel; local class incompati...
Zones: Java, Servlets, New To JavaDate Answered: 09/20/2002 Grade: A Views: 0
I have to establish a connection to a server through a relay. The connection from the server to the relay is ok. But the client throws an InvalidClassException and says that the serialVersionUIDs...
Zones: JavaDate Answered: 07/26/2006 Grade: A Views: 0
HI I'm dealing with some really old Java code in Eclipse with several classes that implement serializable but do not have a serialVersionUID defined. Normally I would just allow eclipse to g...
Zones: Eclipse, Java Editors & IDEs, Edi...Date Answered: 10/28/2007 Grade: A Views: 272
I download some open source software, and now I'm try to open it in Ecplise. However, I get the following type of error 92 times. The only thing that is different about these error messages is the ...
Zones: JavaDate Answered: 10/30/2004 Grade: A Views: 198
I'm trying to generate a signature in one server (Machine I) and verify the signature in the other(Machine II). An application in Mach II would call the login application in Mach I and verify th...
Zones: JavaDate Answered: 08/07/2005 Grade: A Views: 376
example.java:19: warning: [serial] serializable class example has no definition of serialVersionUID public class example extends JFrame implements ActionListener I am getting this warning messs...
Zones: New To JavaDate Answered: 10/05/2007 Grade: A Views: 59
Caused by: java.io.InvalidClassException: org.mvel.CompiledExpression; local class incompatible: stream classdesc serialVersionUID  = 3630221728698395730, local class serialVersionUID = -736624477...
Zones: JavaDate Answered: 09/05/2008 Grade: A Views: 50
  • 1