* Read class info to get the class format key, then read class
* format.
*/
classInfo = new ClassInfo(data);
DatabaseEntry formatData = new DatabaseEntry();
ObjectStreamClass storedClassFormat =
getClassFormat(classInfo.getClassID(), formatData);
/*
* Compare the stored class format to the current class format,
* and if they are different then generate a new class ID.