Re: [elephant-devel] initialize-instance and deserialize

2007-12-14 Thread Sean Ross
On Dec 12, 2007 4:25 PM, Ian Eslick <[EMAIL PROTECTED]> wrote: > You might trace the various generic functions > to see the difference in behavior during new object creation and > deserialization as a start if you want to figure this out yourself. Right, after a couple of breakpoints and a little

Re: [elephant-devel] initialize-instance and deserialize

2007-12-12 Thread Ian Eslick
Hi Sean, This is a problem that Pierre was very interested in fixing. Pierre? I'm sure that something can be done to separate initial object creation from object re-instantiation on deserialization. As a quick hack, you can check for the validity of from-oid keyword argument to initialize

[elephant-devel] initialize-instance and deserialize

2007-12-12 Thread Sean Ross
Hi all, I've currently run into a problem using Elephant 0.9.1 and Lispworks 5.0.2 with the bdb backend. I have a user class on which I perform various initializations using initialize-instance, unfortunately my initialize instance method is being called when the instance is deserialised. No