serialVersionUID
.
serialver [ options ] [ classnames ]
options
classnames
serialver returns the serialVersionUID
for
one or more classes in a form suitable for copying into an evolving
class. When invoked with no arguments it prints a usage line.
The serialver command loads and initializes the specified classes in its virtual machine, and by default, it does not set a security manager. If serialver is to be run with untrusted classes, a security manager can be set with the following option:
-J-Djava.security.manager
and, if necessary, a security policy can be specified with the following option:
-J-Djava.security.policy=<policy file>
java.io.ObjectStreamClass