mirror of
https://github.com/corda/corda.git
synced 2025-02-09 12:21:22 +00:00
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>