From aa5621f44394159bd866ee3f15711d86afbfad7f Mon Sep 17 00:00:00 2001 From: Suhani Garg <96908018+suhanigarg29@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:42:03 +0530 Subject: [PATCH] serialver: add page (#9371) --- pages/common/serialver.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/serialver.md diff --git a/pages/common/serialver.md b/pages/common/serialver.md new file mode 100644 index 000000000..e8642513f --- /dev/null +++ b/pages/common/serialver.md @@ -0,0 +1,17 @@ +# serialver + +> Returns the serialVersionUID of classes. +> It does not set a security manager by default. +> More information: . + +- Display the serialVersionUID of a class: + +`serialver {{classnames}}` + +- Display the serialVersionUID for a colon-separated list of classes and resources: + +`serialver -classpath {{directory}} {{classname1:classname2:...}}` + +- Use a specific option from reference page of Java application launcher to the Java Virtual Machine: + +`serialver -Joption {{classnames}}`