| Interface | Description | 
|---|---|
| BindingCodec<P,I> | 
 Base interface for Binding2 encoding/decoding mechanism implementation 
 | 
| BindingDeserializer<P,I> | 
 The concept of a deserializer in Binding part, which produces an object from some input. 
 | 
| BindingSerializer<P,I> | 
 The concept of a serializer in Binding part, which produces an object from some input. 
 | 
| BindingStreamEventWriter | 
 Event Stream Writer for Binding version 2 Representation 
 | 
| NotificationListener | 
 Marker interface for generated notification listener interfaces. 
 | 
| TreeNodeSerializer | 
 A serializer which writes TreeNode to supplied stream event writer. 
 | 
| TreeNodeSerializerImplementation | 
 Contract for implementations of  
TreeNodeSerializer. | 
| TreeNodeSerializerRegistry | 
 Contract for registry of  
TreeNodeSerializer. | 
| YangModelBindingProvider | 
 Provider of YangModuleInfo for specified package / model. 
 | 
| YangModuleInfo | 
 Provides basic information about YANG module 
 | 
| Enum | Description | 
|---|---|
| BindingNamespaceType | 
 Binding Namespace is structure of Java packages designed to prevent conflicts in YANG Java
 Binding, since Java does have only one namespace. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.