-
Schema evolution
2002-11-28 "Jon and I had a pretty heated discussion today over serialized objects. The background is as follows: Using Prevayler, you will have a file on your disk with your serialized object graph. This stores the state of your application, but, very important, also the implementation of that state. When deserializing the object graph, you do not retrieve properties that are set on “new” objects, you are retrieving the object itself. Like, duh."