Thursday, March 12, 2009

How do I get the serialVersionUID of a class? (CoreJava)

Question :How do I get the serialVersionUID of a class? (CoreJava)
Answer :Run the serialver tool, supplying the name of the class, as shown in the
example that follows:
serialver java.lang.String

No comments: