public class bigobject implements java.io.Serializable { public int x; public bigobject(int y) { x=y; } }