ObjectIODataRecordNotFoundException, ObjectIOInvalidClassException,
ObjectIOClassNotFoundException, ObjectIODataCorruptedException,
ObjectIONotSerializableException, ProxyException,
FilePersistenceTooBigForSerializationException {
filePersistence.setSubstituteObjectManager(SubstitutedBob.class,
SubstitutionBobCopy.class, new SubstituteObjectManager0());
dataAccessSession.open();
SubstitutedBob bob = new SubstitutedBob(0);
bob.setObject1(new Bob1());
dataAccessSession.setObject(KEY, bob);