mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
c2a6f4a726
The Java Language Specification documents the serialization protocol implemented by this change set: http://docs.oracle.com/javase/7/docs/platform/serialization/spec/protocol.html#10258 This change is intended to make it easier to use Avian VM as a drop-in replacement for the Oracle JVM when serializing objects. The previous serialization code is still available as avian.LegacyObjectOutputStream. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>