mirror of
https://github.com/corda/corda.git
synced 2025-05-06 10:38:29 +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.