Remove use of thread-local input
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 3 Jun 2019 19:37:43 +0000 (21:37 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 7 Jun 2019 07:40:39 +0000 (07:40 +0000)
commiteb00413c4e04279d7173758cc07fda5453dc967c
treefd2c0fff28bbdd9989d5c54c7dea8a524ede8575
parentb51c4bc2f7a20f3939f8145bfcb6d8a6facd5d0a
Remove use of thread-local input

All callers are only called from top-level constructs, thus
not having a relationship with the context in which they are
deserialized.

JIRA: CONTROLLER-1888
Change-Id: I856f9109480fb83475a20ce4430d02a1dd055522
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
node/utils/stream/SerializationUtilsTest.java