It's not a secret anymore!
The moose likes Java in General and the fly likes Instance variables in enums Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Instance variables in enums" Watch "Instance variables in enums" New topic
Author

Instance variables in enums

Juan Tamayo
Greenhorn

Joined: Mar 18, 2007
Posts: 7
Hi,

I had a (for now) useless question. What happens with the instance variables of an enum when an object referring to that enum is serialized?

Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Instance variables in enums
 
Similar Threads
about enum constructors and methods
Questions About Being Static
enum - need help
Creating SingleTON without static variables
In The Matrix with Enums and Constructors