mirror of
https://github.com/corda/corda.git
synced 2025-02-08 12:00:35 +00:00
a90b3ae574
This is done by implementing the readObject()/writeObject() method pair as demanded by the serialization specification. The specifics were reverse-engineered from serializing trivial TreeMap instances with OpenJDK. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>