Created
April 13, 2020 10:05
-
-
Save manaswinidas/e6e515eeb60bf85f7dc851d16989d5d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
public class New implements Serializable{ | |
public static void main(String[] args) { | |
ObjectStreamClass osc = ObjectStreamClass.lookup(New.class); | |
System.out.println("" + osc.getSerialVersionUID()); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment