mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +00:00
This simplifies the serialisation code, reduces the use of inline functions, and ensures that running SerializedBytes<SuperClass>.deserialise() will correctly return SubClass if that's what it contained, efficiently.