src/share/classes/javax/sql/rowset/serial/SerialJavaObject.java

Print this page

        

*** 68,78 **** */ private transient Field[] fields; /** * Constructor for <code>SerialJavaObject</code> helper class. - * <p> * * @param obj the Java <code>Object</code> to be serialized * @throws SerialException if the object is found not to be serializable */ public SerialJavaObject(Object obj) throws SerialException { --- 68,77 ----