corda/core
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
..
src 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
build.gradle Rewrite the AttachmentsClassLoader to avoid temporary file copies and fix the overlap check. 2016-04-14 17:55:49 +02:00