serialver(1) serialver(1)
NAME
serialver - The Serial Version Command
The serialver command returns the serialVersionUID.
SYNOPSIS
serialver [ options ] [ classnames ]
options
Command-line options, as specified in this document.
classnames
One or more class names
DESCRIPTION
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.
OPTIONS
-classpathby :> Set search path for application classes and resources.
-show
Displays a simple user interface. Enter the full class name and
press either the Enter key or the Show button to display the seri‐
alVersionUID.
-Joption
Pass option to the Java virtual machine, where option is one of the
options described on the reference page for the java application
launcher. For example, -J-Xms48m sets the startup memory to 48
megabytes.
NOTES
The serialver command loads and initializes the specified classes in
its virtual machine, and by default, it does not set a security man‐
ager. If serialver is to be run with untrusted classes, a security man‐
ager can be set with the following option:
-J-Djava.security.manager
and, if necessary, a security policy can be specified with the follow‐
ing option:
-J-Djava.security.policy=
SEE ALSO
java.io.ObjectStreamClass @
http://java.sun.com/javase/6/docs/api/java/io/objectstreamclass.html
05 Aug 2006 serialver(1)
Monday, February 21, 2011
serialver
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment