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