mirror of
https://github.com/corda/corda.git
synced 2025-03-11 15:04:14 +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.