corda/src
Mike Hearn 2de44a516f Switch Kryo serialisation to always include the class name, and avoid overhead from writing out SerializedBytes wrapper data.
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.
2016-04-20 14:27:40 +02:00
..
main Switch Kryo serialisation to always include the class name, and avoid overhead from writing out SerializedBytes wrapper data. 2016-04-20 14:27:40 +02:00
test Switch Kryo serialisation to always include the class name, and avoid overhead from writing out SerializedBytes wrapper data. 2016-04-20 14:27:40 +02:00