Hi Sanjiva, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote on 18/12/2006 14:49:15:
> > OK how about this- Ann, since you just want to use this feature for your > own persistence model for Sandesha and nothing else, then you don't need > to put this code in the core at all: just write the same writeObject and > readObject methods in a utility class in Sandesha2 and call it yourself. > The only diff is where the code goes. I don't think that we can implement this in the Sandesha layer. There is too much private state inside the Axis objects that needs to be handled, and simply making all the objects have no-arg constructors & get/set for everything would be very ugly - and break encapsulation. That's why the classes themselves need to implement their own save/restore logic. > I'm surprised I'm the only one who cares about this to comment! > I do care about this stuff too, and I'd like to see it in Axis. Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
