corda/node-api
Katelyn Baker a61aa5d645
CORDA-847 - Pass serialization context down serialization call stack (#3062)
* CORDA-847 - Pass serialization context down serialization call stack

Needed for later work on AMQP RPC where we need to set per-thread
elements on a context. Could use some magic thread local but I'd rather
it was explicit on the stack and thus easier to reason about.

Additionally, now we're passing this around we can make better use of it
in the future

* Test Fix

* Test fixes

* REVIEW COMMENTS / CODE FORMAT

* Fix build issues
2018-05-03 16:09:03 +01:00
..
src CORDA-847 - Pass serialization context down serialization call stack (#3062) 2018-05-03 16:09:03 +01:00
build.gradle CORDA-1416: Upgrade version of Proton-J library (#3050) 2018-05-02 15:14:45 +01:00