t
Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation.

This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).

You should have received a copy of the GNU General Public License version
2 along with this work; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.

Arch: generic
Software: JDK 8
Date: 21 November 2013
SectDesc: Remote Method Invocation (RMI) Tools
Title: serialver.1

serialver 1 "21 November 2013" "JDK 8" "Remote Method Invocation (RMI) Tools"
-----------------------------------------------------------------
* Define some portability stuff
-----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://bugs.debian.org/507673
http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
disable justification (adjust text to left margin only)
-----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
NAME
serialver - Returns the serial version UID for specified classes.
SYNOPSIS
 

serialver [ options ] [ classnames ]

options The command-line options. See Options.

classnames The classes for which the \f3serialVersionUID is to be returned.

DESCRIPTION
The \f3serialver command returns the \f3serialVersionUID for one or more classes in a form suitable for copying into an evolving class. When called with no arguments, the \f3serialver command prints a usage line.
OPTIONS

-classpath path-files

Sets the search path for application classes and resources. Separate classes and resources with a colon (:).

-show

Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the \f3serialVersionUID.

-Joption

Passes \f3option to the Java Virtual Machine, where option is one of the options described on the reference page for the Java application launcher. For example, \f3-J-Xms48m sets the startup memory to 48 MB. See java(1).

NOTES
The \f3serialver command loads and initializes the specified classes in its virtual machine, and by default, it does not set a security manager. If the \f3serialver command is to be run with untrusted classes, then a security manager can be set with the following option:
 
\f3-J-Djava.security.manager
 
\f3
When necessary, a security policy can be specified with the following option:
 
\f3-J-Djava.security.policy=<policy file>
 
\f3
SEE ALSO

0.2i The \f3java.io.ObjectStream class description at http://docs.oracle.com/javase/8/docs/api/java/io/ObjectStreamClass.html

'pl 8.5i 'bp