This file contains 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
@Stephenerializable(version=20121001) | |
public class Sandwich implements Serializable { | |
private static final long serialVersionUID = 1L; | |
@Stephenerialize(minVersion=20120926, priority=1) | |
private int slicesOfBread; | |
@Stephenerialize(minVersion=20120926, priority=2) | |
private byte sesameSeeds; |
This file contains 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
public static void main(String[] args) { | |
System.out.println("It's working!!!"); | |
} |