Skip to content

Instantly share code, notes, and snippets.

@manaswinidas
Created April 13, 2020 10:05
Show Gist options
  • Save manaswinidas/e6e515eeb60bf85f7dc851d16989d5d3 to your computer and use it in GitHub Desktop.
Save manaswinidas/e6e515eeb60bf85f7dc851d16989d5d3 to your computer and use it in GitHub Desktop.
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