Interface | Description |
---|---|
NormalizedNodeDataInput |
Interface for reading
NormalizedNode s, YangInstanceIdentifier s, YangInstanceIdentifier.PathArgument s
and SchemaPath s. |
NormalizedNodeDataOutput |
Interface for emitting
NormalizedNode s, YangInstanceIdentifier s, YangInstanceIdentifier.PathArgument s
and SchemaPath s. |
SerializationUtils.Applier<T> |
Class | Description |
---|---|
NormalizedNodeInputOutput | |
NormalizedNodeInputStreamReader |
NormalizedNodeInputStreamReader reads the byte stream and constructs the normalized node including its children
nodes.
|
SerializationUtils |
Provides various utility methods for serialization and de-serialization.
|
Exception | Description |
---|---|
InvalidNormalizedNodeStreamException |
Exception thrown from NormalizedNodeInputStreamReader when the input stream does not contain
valid serialized data.
|
Copyright © 2019 OpenDaylight. All rights reserved.