public Object readObject(Unmarshaller input) throws IOException, ClassNotFoundException {
   return externalizer.readObject(input);
 }