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)
commit431e98731114f178933b022e7b365b7e84d31fb1
treee2c3fb8657f07757fdc7ff5f622c7cc115379e18
parentf9b44b66d82b250d39940a005c2bb176d922d490
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>
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtils.java