BUG 2353 : Handle binary, bits and instanceidentifier types in NodeIdentifiers 94/12794/1
authorMoiz Raja <moraja@cisco.com>
Wed, 12 Nov 2014 21:10:09 +0000 (13:10 -0800)
committerMoiz Raja <moraja@cisco.com>
Wed, 12 Nov 2014 21:10:09 +0000 (13:10 -0800)
commit2d2f9c82e47c09a09da090e153b084a426e0aa57
tree4d6eace9e385c57f0da4fbd609d35fbd0e1bc8ec
parenta935ffda7f26be29de879a47b426d0db7a28d588
BUG 2353 : Handle binary, bits and instanceidentifier types in NodeIdentifiers

This fix properly serializes and deserializes NodeIdentifier attributes of the types
  - binary (byte[])
  - yanginstanceidentifier
  - bits (set)

Change-Id: I612d40f9730c939be0594496c26370db96ea6449
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/serialization/ValueSerializer.java
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/protobuff/messages/common/NormalizedNodeMessages.java
opendaylight/md-sal/sal-clustering-commons/src/main/resources/Common.proto
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/serialization/ValueSerializerTest.java