| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.dom.codec.api | |
| org.opendaylight.yangtools.binding.data.codec.api | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BindingNormalizedNodeCachingCodec<T extends DataObject>
Caching variant of Binding to Normalized Node codec. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BindingNormalizedNodeCachingCodec<T> | 
BindingCodecTreeNode.createCachingCodec(com.google.common.collect.ImmutableCollection<Class<? extends DataObject>> cacheSpecifier)
Deprecated.  
Returns codec which uses caches serialization / deserialization results
 Caching may introduce performance penalty to serialization / deserialization
 but may decrease use of heap for repetitive objects. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.