BUG-7594: Expand NormalizedNodeData{Input,Output} to handle SchemaPath 56/50656/6
authorRobert Varga <rovarga@cisco.com>
Thu, 19 Jan 2017 10:26:11 +0000 (11:26 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 23 Jan 2017 11:53:11 +0000 (11:53 +0000)
commit244ee83be8c1180ea1845b8768503c8013b0dc7f
tree8b068e48166dd6327f641b38e76e90a9d067c9b5
parenta36d5af3e383cbddc31527a6d05bc23de3f3571d
BUG-7594: Expand NormalizedNodeData{Input,Output} to handle SchemaPath

These utility classes are already dealing with QNames, so it makes
sense to expand their capabilities to include SchemaPath serialization.

Change-Id: Ibcb931f78959eb57f834cd2892511c4963638caa
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/AbstractNormalizedNodeDataOutput.java
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NormalizedNodeDataInput.java
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NormalizedNodeDataOutput.java
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NormalizedNodeInputStreamReader.java
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NormalizedNodeStreamReaderWriterTest.java