Re: Tips: What is the magic Serializable interface does in Java?
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Wed, 26 Mar 2008 08:38:20 -0400
Mike Schilling wrote:
The real problem is how seductive it is to let all of the class's fields be serialized (with perhaps a few obviously transient ones marked as such), and not realize until you need to modify the class significantly just how screwed you are.
Yes! This is the danger of Serializable - it is a heavy responsibility. That was my point in the first place.
--
Lew
.
- References:
- Tips: What is the magic Serializable interface does in Java?
- From: Venkat Sadasivam
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Roedy Green
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Lew
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Arne Vajhøj
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Lew
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Arne Vajhøj
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Mike Schilling
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Lew
- Re: Tips: What is the magic Serializable interface does in Java?
- From: Mike Schilling
- Tips: What is the magic Serializable interface does in Java?
- Prev by Date: Re: executing my application outside the IDE does not work
- Next by Date: Re: executing a jsp from a java application
- Previous by thread: Re: Tips: What is the magic Serializable interface does in Java?
- Next by thread: Java Web Start Icons, please register your preference.
- Index(es):