mirror of
https://github.com/corda/corda.git
synced 2025-04-14 06:26:53 +00:00
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>