ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com.

For more information about the manual page format, see the manual page for manpages(5).



serialver(1)                                                                                    serialver(1)



NAME
       serialver - serial version command

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
       -classpath  <directories and zip/jar files separated by:>
                      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 serialVersionUID.

       -Joption       Pass  option to the Java virtual machine, where option is one of the options described
                      on the man page for the java application launcher,  java(1).  For  example,  -J-Xms48m
                      sets  the  startup  memory  to  48 megabytes. It is a common convention for -J to pass
                      options to the underlying virtual machine.


SEE ALSO
       See (or search java.sun.com) for the following:

       java.io.ObjectStreamClass @
            http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html



                                                24 June 2004                                    serialver(1)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.