Interface InstanceIdentifierCodec<T>
-
- Type Parameters:
T
- Target type
- All Superinterfaces:
IllegalArgumentCodec<T,YangInstanceIdentifier>
- All Known Implementing Classes:
AbstractModuleStringInstanceIdentifierCodec
,AbstractStringInstanceIdentifierCodec
public interface InstanceIdentifierCodec<T> extends IllegalArgumentCodec<T,YangInstanceIdentifier>
Codec which serializes / deserializes InstanceIdentifier.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.concepts.IllegalArgumentCodec
deserialize, serialize
-
-