-
Enhancement
-
Resolution: Fixed
-
P4
-
1.2.0
-
None
-
beta
-
sparc
-
solaris_2.5
Object serialization does not allow strings > 64K to be serialized (due to the
limitations of the UTF-8 encoding used for strings). The serialization protocol
should support the serialization of such "long" strings.
This also impacts the ability to send "long" strings via RMI calls.
limitations of the UTF-8 encoding used for strings). The serialization protocol
should support the serialization of such "long" strings.
This also impacts the ability to send "long" strings via RMI calls.
- relates to
-
JDK-8028041 Serialized Form description of j.l.String is not consistent with the implementation
- Closed
-
JDK-4128333 Data{Input,Output}Stream UTF strings restricted to 65536 encoded bytes
- Open