Fixing bug #4128333: Serializing strings restricted to 64k bytes

cowwoc cowwoc at bbs.darktech.org
Thu Jan 3 03:32:29 UTC 2008


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.




More information about the core-libs-dev mailing list