D
- - Binding representation of data@Beta public interface OperationInputCodec<D extends TreeNode> extends BindingNormalizedNodeCodec<D>
UnmappedOperationInputCodec
and ContainerNodeCodecContext, which results in bimorphic
invocation in BindingNormalizedNodeCodecRegistry.
Without this interface we could end up with megamorphic invocation, as the two implementations cannot share class hierarchy.
deserialize, serialize
Copyright © 2019 OpenDaylight. All rights reserved.