< prev index next >

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

Print this page

        

*** 568,578 **** /** * writeObject is called to save the state of the SerialBlob * to a stream. */ private void writeObject(ObjectOutputStream s) ! throws IOException, ClassNotFoundException { ObjectOutputStream.PutField fields = s.putFields(); fields.put("buf", buf); fields.put("len", len); fields.put("origLen", origLen); --- 568,578 ---- /** * writeObject is called to save the state of the SerialBlob * to a stream. */ private void writeObject(ObjectOutputStream s) ! throws IOException { ObjectOutputStream.PutField fields = s.putFields(); fields.put("buf", buf); fields.put("len", len); fields.put("origLen", origLen);
< prev index next >