| D | Tester.java | 10 class Hand implements java.io.Serializable { class 34 f.setSuperclass(Hand.class); in test() 36 Hand foo = (Hand)c.getConstructor().newInstance(); in test() 44 f.setSuperclass(Hand.class); in test2() 45 Hand h = (Hand)f.create(new Class[0], new Object[0], mi); in test2() 55 Hand h2 = (Hand)in.readObject(); in test2()
|