.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "SERIALVER" "1" "2025" "JDK 24.0.1" "JDK Commands" .SH NAME serialver \- return the \f[CR]serialVersionUID\f[R] for one or more classes in a form suitable for copying into an evolving class .SH SYNOPSIS \f[CR]serialver\f[R] [\f[I]options\f[R]] [\f[I]classnames\f[R]] .TP \f[I]options\f[R] This represents the command\-line options for the \f[CR]serialver\f[R] command. See \f[B]Options for serialver\f[R]. .TP \f[I]classnames\f[R] The classes for which \f[CR]serialVersionUID\f[R] is to be returned. .SH DESCRIPTION The \f[CR]serialver\f[R] command returns the \f[CR]serialVersionUID\f[R] for one or more classes in a form suitable for copying into an evolving class. When called with no arguments, the \f[CR]serialver\f[R] command prints a usage line. .SH OPTIONS FOR SERIALVER .TP \f[CR]\-classpath\f[R] \f[I]path\-files\f[R] Sets the search path for application classes and resources. Separate classes and resources with a colon (:). .TP \f[CR]\-J\f[R]\f[I]option\f[R] Passes the specified \f[I]option\f[R] to the Java Virtual Machine, where \f[I]option\f[R] is one of the options described on the reference page for the Java application launcher. For example, \f[CR]\-J\-Xms48m\f[R] sets the startup memory to 48 MB. .SH WARNING The \f[CR]serialver\f[R] command loads and initializes the specified classes in order to determine their \f[CR]serialVersionUID\f[R] values. \f[I]DO NOT RUN\f[R] \f[CR]serialver\f[R] on untrusted classes.