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, serialize
void close()
Any subsequent calls to this codec will fail with
IllegalStateException
thrown.
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.