timelog("Binary data serialized out. Reloading...");
storeTest = log.getDocumentByUNID(storeId);
// FileInputStream fis = new FileInputStream(file);
DbCache cache = new DbCache();
NoteCoordinate.setDbCache(cache);
NoteList notelist2 = new NoteList(cache, NoteList.getComparator("Title"));
byte[] loaded = storeTest.readBinary("imdbNoteList");
// byte[] loaded = new byte[byteSize];