package java.io; public class ObjectStreamClass implements java.io.Serializable { ObjectStreamClass() { throw new RuntimeException("Stub!"); } public java.lang.Class forClass() { throw new RuntimeException("Stub!"); } public java.io.ObjectStreamField getField(java.lang.String name) { throw new RuntimeException("Stub!"); } public java.io.ObjectStreamField[] getFields() { throw new RuntimeException("Stub!"); } public java.lang.String getName() { throw new RuntimeException("Stub!"); } public long getSerialVersionUID() { throw new RuntimeException("Stub!"); } public static java.io.ObjectStreamClass lookup(java.lang.Class cl) { throw new RuntimeException("Stub!"); } public static java.io.ObjectStreamClass lookupAny(java.lang.Class cl) { throw new RuntimeException("Stub!"); } public java.lang.String toString() { throw new RuntimeException("Stub!"); } public static final java.io.ObjectStreamField[] NO_FIELDS = null; }