@Override
 public Object read(PythonObject object) {
   return CompilerDirectives.unsafeGetObject(object, offset, true, this);
 }