Johannes Schindelin f3189bc79d ObjectOutputStream: optimize String serialization
The serialization protocol specifies a quick method to serialize
a String (because that is so common an operation): TC_STRING +
(short)length + bytes. Let's use that, also to make it easier to test
the upcoming changes to TreeMap harmonizing that Avian's serialization
of said class with OpenJDK's.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-11-06 09:10:51 -06:00
..
2013-07-02 20:52:38 -06:00
2013-07-02 20:52:38 -06:00
2013-10-21 10:59:59 -05:00
2013-07-02 20:52:38 -06:00
2013-10-21 10:41:40 -05:00