|
Java™ by example!
|
|
|
How do I get the SUID of a class at runtime?
Invoke the method getSerialVersionUID on an instance of the class ObjectStreamClass. Main.java:
outputs:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|