T - - Binding representation of data@Beta public interface BindingNormalizedNodeCachingCodec<T extends TreeNode> extends BindingNormalizedNodeCodec<T>, AutoCloseable
Caching may introduce performance penalty to serialization / deserialization but may decrease use of heap for repetitive objects.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Invoking close will invalidate this codec and any of its child codecs and
will invalidate cache.
|
deserialize, serializevoid close()
Any subsequent calls to this codec will fail with
IllegalStateException thrown.
close in interface AutoCloseableCopyright © 2019 OpenDaylight. All rights reserved.