mirror of
https://github.com/corda/corda.git
synced 2025-04-17 07:49:16 +00:00
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>