Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread Jörg Schaible
John Bollinger wrote: > > > sebb wrote: >> Below is a sample of how we might proceed with the removal of >> Serializable from implementations. >> >> Feedback please! > > [...] > >> /** Serializable version identifier. */ >> private static final long serialVersionUID = -20361316980311

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb
On 22/05/2009, John Bollinger wrote: > > > sebb wrote: > > Below is a sample of how we might proceed with the removal of > > Serializable from implementations. > > > > Feedback please! > > > [...] > > > > /** Serializable version identifier. */ > > private static final long serial

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread John Bollinger
sebb wrote: > Below is a sample of how we might proceed with the removal of > Serializable from implementations. > > Feedback please! [...] > /** Serializable version identifier. */ > private static final long serialVersionUID = -2036131698031167221L; I strongly recommend using small

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb
On 22/05/2009, Luc Maisonobe wrote: > sebb AT ASF a écrit : > > > Below is a sample of how we might proceed with the removal of > > Serializable from implementations. > > > > Feedback please! > > > This is fine to me. I just realised that the new release is 2.0, not 3.3! So the comment in the

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread Luc Maisonobe
sebb AT ASF a écrit : > Below is a sample of how we might proceed with the removal of > Serializable from implementations. > > Feedback please! This is fine to me. Luc > > On 22/05/2009, s...@apache.org wrote: >> Author: sebb >> Date: Fri May 22 12:58:26 2009 >> New Revision: 777501 >> >>

[MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb AT ASF
Below is a sample of how we might proceed with the removal of Serializable from implementations. Feedback please! On 22/05/2009, s...@apache.org wrote: > Author: sebb > Date: Fri May 22 12:58:26 2009 > New Revision: 777501 > > URL: http://svn.apache.org/viewvc?rev=777501&view=rev > Log: > M