Serialization and Sun

1998-08-02 Thread John Keiser
We are going to run into a major problem with Serialization. Our Objects are different from Sun's. Thus serialized Beans and objects coming to us over RMI will very possibly not be in our format (anything that contains a java.lang.String object, for example). I have an idea of how to r

Re: Serialization and Sun

1998-08-02 Thread Stuart Ballard
John Keiser wrote: > > We are going to run into a major problem with Serialization. Our > Objects are different from Sun's. Thus serialized Beans and objects coming > to us over RMI will very possibly not be in our format (anything that > contains a java.lang.String object, for example).

RE: Serialization and Sun

1998-08-02 Thread John Keiser
; To: [EMAIL PROTECTED] > Subject: Re: Serialization and Sun > > > John Keiser wrote: > > > > We are going to run into a major problem with Serialization. Our > > Objects are different from Sun's. Thus serialized Beans and > objects coming > > to

Re: Serialization and Sun

1998-08-02 Thread Paul Fisher
"John Keiser" <[EMAIL PROTECTED]> writes: > Aye, I saw that. It's a good thing. Still, it begs the question: > are we going to use Sun's serialized format for all our core > objects? Yes. -- Paul Fisher * [EMAIL PROTECTED]