[cp-patches] FYI: Implement unshared serialization

2006-12-24 Thread Andrew John Hughes
This patch adds the missing java.io methods for 1.4, which handle unshared object serialization. Changelog: 2006-12-24 Andrew John Hughes [EMAIL PROTECTED] * gnu/classpath/Pair.java: New class. * java/io/ObjectInputStream.java: (readUnshared()): Implemented.

Re: [cp-patches] FYI: Implement unshared serialization

2006-12-24 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew * gnu/classpath/Pair.java: New class. I think this would probably be better in gnu.java.util. Usually we're reserving gnu.classpath for stuff that should never be accessed by user code for security reasons; we've got other