} else {
throw new CacheException(String.format(
"Object of type %s is not supported by externalizer %s",
object.getClass().getName(), this.getClass().getName()));
}
ext.writeObject(output, object);
}
@Override
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException {
int index = input.read();