@Override
 public Writer getObjectWriter(Object o) throws IOException {
   return externalizerTable.getObjectWriter(o);
 }