API cleanup update

2011-02-24 Thread Emmanuel Lecharny
Hi guys, just a quick heads up about what I'm working on. Currently, I'm removing all the useless Serializable implementation. I think we went anal by declaring a lot of classes to be Sezializable, when there is no reason for those classes to be serialized in any way. I have removed the

Re: API cleanup update

2011-02-24 Thread Kiran Ayyagari
On Thu, Feb 24, 2011 at 11:12 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, just a quick heads up about what I'm working on. Currently, I'm removing all the useless Serializable implementation. I think we went anal by declaring a lot of classes to be Sezializable, when there is

Re: API cleanup update

2011-02-24 Thread Alex Karasulu
On Thu, Feb 24, 2011 at 8:50 PM, Kiran Ayyagari kayyag...@apache.org wrote: On Thu, Feb 24, 2011 at 11:12 PM, Emmanuel Lecharny elecha...@gmail.com wrote: Hi guys, just a quick heads up about what I'm working on. Currently, I'm removing all the useless Serializable implementation. I think

Re: API cleanup update

2011-02-24 Thread Emmanuel Lecharny
On 2/24/11 10:12 PM, Alex Karasulu wrote: On Thu, Feb 24, 2011 at 8:50 PM, Kiran Ayyagarikayyag...@apache.org wrote: On Thu, Feb 24, 2011 at 11:12 PM, Emmanuel Lecharnyelecha...@gmail.com wrote: Hi guys, just a quick heads up about what I'm working on. Currently, I'm removing all the