Create YangInstanceIdentifier serialized form 65/81265/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2019 16:21:53 +0000 (17:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2019 18:59:18 +0000 (19:59 +0100)
commit9f4a6257aceb0b81b037984da83189a6055b797f
tree31c4541c07294cc8114c2190e582da5eadb71df0
parentd8e840cfbab988c04988c61395af09f786151c89
Create YangInstanceIdentifier serialized form

We will need to evolve YangInstanceIdentifier and PathArgument, but
they are bound to their serialized form. Add Externalizable proxies
so we can move them in the future somewhere else.

JIRA: YANGTOOLS-979
Change-Id: I6823c55c2cbd1abe9e05945a4fbb2de411fe0792
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/AIv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/NIPv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/NIVv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/NIv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YIDv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java