'\" t .\" @(#)serialver.1 1.7 99/02/19 SMI; .\" Copyright 1999 Sun Microsystems, Inc. All rights reserved. .\" Copyright 1999 Sun Microsystems, Inc. Tous droits réservés. .\" .TH serialver 1 "18 Feb 1999" .SH NAME serialver \- serial version command .\" .\" This document was created by saving an HTML file as text .\" from the JavaSoft web site: .\" .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html .\" .\" and adding appropriate troff macros. Because the JavaSoft web site .\" man pages can change without notice, it may be helpful to diff .\" files to identify changes other than new functionality. .\" .SH SYNOPSIS .B serialver [ .I class_name ] | [ .B \-show ] .SH DESCRIPTION .IX "serial version command" "" "serial version command \(em \fLserialver\fP" .IX "serialver" "" "\fLserialver\fP \(em serial version command" The .B serialver command 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. .SH OPTIONS .TP 15 .B \-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. .SH ATTRIBUTES See .BR attributes (5) for a description of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability SUNWjvdev .TE .SH SEE ALSO .BR attributes (5) .LP See (or search java.sun.com) for the following: .TP 10 java.io.ObjectStreamClass @ http://java.sun.com/products/jdk/1.2/docs/api/java/io/ObjectStreamClass.html#_top_