/* */ }
/* */
/* */ public Object readObjectUsingDataContainer()
/* */ throws IOException, ClassNotFoundException
/* */ {
/* 148 */ DataContainer container = new DataContainer(this.classLoader, false, this.buffer);
/* 149 */ container.setClassResolver(this.resolver);
/* 150 */ container.loadData(this.dis);
/* 151 */ ObjectInput input = container.getInput();
/* 152 */ return input.readObject();
/* */ }