Re: BindingList is not serializable

2003-11-18 Thread Oliver Zeigermann
Developers Mailing List Subject: Re: BindingList is not serializable Just wondering, why does ObjectNode support serializability in the first place? Oliver Steve Vaughan wrote: Although ObjectNode implements Serializable, one of its fields (BindingList) is not. BindingList has only one field

Re: BindingList is not serializable

2003-11-13 Thread Steve Vaughan
WebDAV) require serializablility (e.g. for RMI communication). Regards, Peter -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 09:35 To: Slide Developers Mailing List Subject: Re: BindingList is not serializable Just

Re: BindingList is not serializable

2003-11-12 Thread Oliver Zeigermann
Just wondering, why does ObjectNode support serializability in the first place? Oliver Steve Vaughan wrote: Although ObjectNode implements Serializable, one of its fields (BindingList) is not. BindingList has only one field, which is a Vector. Is their any reason why BindingList should

RE: BindingList is not serializable

2003-11-12 Thread Nevermann, Dr., Peter
is not serializable Although ObjectNode implements Serializable, one of its fields (BindingList) is not. BindingList has only one field, which is a Vector. Is their any reason why BindingList should not be Serializable? -Steve

Re: BindingList is not serializable

2003-11-12 Thread Steve Vaughan
. not going through WebDAV) require serializablility (e.g. for RMI communication). Regards, Peter -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 09:35 To: Slide Developers Mailing List Subject: Re: BindingList is not serializable

BindingList is not serializable

2003-11-11 Thread Steve Vaughan
Although ObjectNode implements Serializable, one of its fields (BindingList) is not. BindingList has only one field, which is a Vector. Is their any reason why BindingList should not be Serializable? -Steve - To unsubscribe