mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
* Refactor Kryo contexts into separate classes, according to their use-cases. This prevents Kotlin from trying to instantiate them all every time. * Also refactor AMQP contexts accordingly. * Expand comments to explain why these serialisation contexts have been separated.