Re: Generate serialVersionUID in Eclipse for serializable object
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 19:49:25 GMT
On Tue, 31 Jul 2007 08:41:03 -0700, Jimmy <jimmy_please@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
When it's a good time to generate this serialVersionUID (say in
Eclipse)?
- In the very beginning when creating this object class? and never
need to change again?
- Every time when changes to getter and setter method in this
class?
- if didn't create it at very first place, generate UID in the
middle of writing this class is ok?
see http://mindprod.com/jgloss/serialization.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Prev by Date: Re: Thread-safe Singleton Design Implementation
- Next by Date: Re: Detecting CPUs and cores
- Previous by thread: Re: Generate serialVersionUID in Eclipse for serializable object
- Next by thread: For-loop optimization question
- Index(es):
Relevant Pages
|