3132333435363738
oos.writeObject(o); } @Override protected Object read(InputStream is) throws Exception { JBossObjectInputStream ois = new JBossObjectInputStream(is); return ois.readObject(); }