mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
serialver: add page (#9371)
This commit is contained in:
parent
deb48dfb2d
commit
aa5621f443
1 changed files with 17 additions and 0 deletions
17
pages/common/serialver.md
Normal file
17
pages/common/serialver.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# serialver
|
||||||
|
|
||||||
|
> Returns the serialVersionUID of classes.
|
||||||
|
> It does not set a security manager by default.
|
||||||
|
> More information: <https://docs.oracle.com/en/java/javase/19/docs/specs/man/serialver.html>.
|
||||||
|
|
||||||
|
- 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}}`
|
Loading…
Add table
Reference in a new issue