mirror of
https://github.com/corda/corda.git
synced 2025-05-04 09:43:05 +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>