Add DataTreeCandidateInputOutput 74/88474/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Mar 2020 10:27:54 +0000 (11:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Mar 2020 10:39:32 +0000 (11:39 +0100)
commit5cdad3bad8fe5f0049c157c4e24ae94db1be7b6d
tree982be534135ee5b2453ead2ab4400d8ef6d35a09
parentd12f66ca0839135aed3fbe5a1b7c43979c1799b3
Add DataTreeCandidateInputOutput

DataTreeCandidate is a yangtools concept, which is commonly
serialized by users of DataTree. Make sure we support its serialization
in the binary stream -- importing the implementation from controller
as of e66759266dc43d5f58b2837aca5047b42c205e4a.

Change-Id: I5d63a3f9b1ced38e762ce0a74fb3fd820d67614a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/AbstractDataTreeCandidateNode.java [new file with mode: 0644]
yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DataTreeCandidateInputOutput.java [new file with mode: 0644]
yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/DeletedDataTreeCandidateNode.java [new file with mode: 0644]
yang/yang-data-codec-binfmt/src/main/java/org/opendaylight/yangtools/yang/data/codec/binfmt/ModifiedDataTreeCandidateNode.java [new file with mode: 0644]