T
- Binding representation of data@Beta public interface BindingNormalizedNodeCodec<T extends DataObject> extends BindingNormalizedNodeCodec<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data)
Converts from Normalized Node to Binding representation of data.
|
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
serialize(T data)
Converts from Binding to Normalized Node representation of data.
|
@Nonnull T deserialize(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data)
deserialize
in interface BindingNormalizedNodeCodec<T extends DataObject>
data
- Normalized Node representation of data@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> serialize(@Nonnull T data)
serialize
in interface BindingNormalizedNodeCodec<T extends DataObject>
data
- Binding representation of dataCopyright © 2018 OpenDaylight. All rights reserved.