D
- - TreeNode type@Beta public final class UnmappedOperationInputCodec<D extends TreeNode> extends Object implements OperationInputCodec<D>
Modifier and Type | Method and Description |
---|---|
D |
deserialize(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data)
Converts from Normalized Node to Binding representation of data.
|
static <D extends TreeNode> |
getInstance() |
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
serialize(D data)
Converts from Binding to Normalized Node representation of data.
|
public static <D extends TreeNode> UnmappedOperationInputCodec<D> getInstance()
@Nonnull public D deserialize(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data)
BindingNormalizedNodeCodec
deserialize
in interface BindingNormalizedNodeCodec<D extends TreeNode>
data
- - Normalized Node representation of data@Nonnull public org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> serialize(@Nonnull D data)
BindingNormalizedNodeCodec
serialize
in interface BindingNormalizedNodeCodec<D extends TreeNode>
data
- - Binding representation of dataCopyright © 2019 OpenDaylight. All rights reserved.