I see now that ObjectOutputStream.html#useProtocolVersion() already exists: http://java.sun.com/javase/6/docs/api/java/io/ObjectOutputStream.html#useProtocolVersion(int)
so the only thing we'd need to do in step 2 is add ObjectStreamConstants.PROTOCOL_VERSION_3. -- View this message in context: http://www.nabble.com/Fixing-bug--4128333%3A-Serializing-strings-restricted-to-64k-bytes-tp14591177p14591181.html Sent from the OpenJDK Core Libraries mailing list archive at Nabble.com.
