Re: Forcing different Serialization/Externalization for identical references
From: Roedy Green (look-on_at_mindprod.com.invalid)
Date: 07/14/04
- Previous message: GG: "Ant/Javac: building as many files as possible?"
- In reply to: GG: "Forcing different Serialization/Externalization for identical references"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Jul 2004 05:05:41 GMT
On 13 Jul 2004 21:29:20 -0700, grisha@alum.mit.edu (GG) wrote or
quoted :
>How would one force a deep reserialization for a collection whose
>reference
>is already known to be serialized by ObjectOutputStream (without using
>custom
>mechanisms, of course; in that case there's no question, is there?).
see reset method. That makes it forget about all the objects earlier
in the stream.
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Previous message: GG: "Ant/Javac: building as many files as possible?"
- In reply to: GG: "Forcing different Serialization/Externalization for identical references"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|