< prev index next >

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

Print this page

        

*** 330,340 **** /** * writeObject is called to save the state of the {@code SerialStruct} * to a stream. */ private void writeObject(ObjectOutputStream s) ! throws IOException, ClassNotFoundException { ObjectOutputStream.PutField fields = s.putFields(); fields.put("attribs", attribs); fields.put("SQLTypeName", SQLTypeName); s.writeFields(); --- 330,340 ---- /** * writeObject is called to save the state of the {@code SerialStruct} * to a stream. */ private void writeObject(ObjectOutputStream s) ! throws IOException { ObjectOutputStream.PutField fields = s.putFields(); fields.put("attribs", attribs); fields.put("SQLTypeName", SQLTypeName); s.writeFields();
< prev index next >