LinuxCommandLibrary

serialver

Returns the serialVersionUID of classes.

TLDR

Display the serialVersionUID of a class

$ serialver [classnames]
copy


Display the serialVersionUID for a colon-separated list of classes and resources
$ serialver -classpath [path/to/directory] [classname1:classname2:...]
copy


Use a specific option from reference page of Java application launcher to the Java Virtual Machine
$ serialver -Joption [classnames]
copy

Copied to clipboard