8384858687888990919293949596
{ return 0; } try { final ByteCountingOutputStream out = new ByteCountingOutputStream(); new ObjectOutputStream(out).writeObject(object); out.close(); return out.size(); } catch (IOException e) { return -1; }
122123124125126127128129130131132133134135
{ return 0; } try { final ByteCountingOutputStream out = new ByteCountingOutputStream(); new ObjectOutputStream(out).writeObject(object); out.close(); return out.size(); } catch (IOException e) { if (log.isWarnEnabled()) {
120121122123124125126127128129130131132133
118119120121122123124125126127128129130131
116117118119120121122123124125126127128129
8687888990919293949596979899
8586878889909192939495969798