You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Noel Grandin <no...@gmail.com> on 2009/10/15 14:54:36 UTC

serialVersionUID==0?

Hi

I notice that a large number of the serialVersionUID constants are
declared to be zero.

Is this some deep magic that I'm not understanding?

Or can I go ahead and generate them some proper numbers?

-- Noel.

Re: serialVersionUID==0?

Posted by Greg Brown <gk...@mac.com>.
No magic, just laziness. Feel free to do it the right way.  :-)
Thanks,
G
 
On Thursday, October 15, 2009, at 08:54AM, "Noel Grandin" <no...@gmail.com> wrote:
>Hi
>
>I notice that a large number of the serialVersionUID constants are
>declared to be zero.
>
>Is this some deep magic that I'm not understanding?
>
>Or can I go ahead and generate them some proper numbers?
>
>-- Noel.
>
>