I have been looking though the source from current CVS HEAD.
Configuration.java Line 79
Code:
public class Configuration {
it clearly does not implement Serializable, if I look at the same line in branch "v22branch" :
Code:
public class Configuration implements Serializable {
I have also looked through the JUnit tests, there only seems to be two tests in HEAD using ObjectInputStream: FumTest.java and MasterDetailTest.java. Niether of those is dealing with serializing the Configuration. I have found the test you were mentioning ConfigurationPerformanceTest.java in the "v22branch" but this is not available in HEAD.
Thanks
Jasper[/code]