Interface StringCodec<T>
-
- All Superinterfaces:
IllegalArgumentCodec<T,String>
- All Known Implementing Classes:
StringStringCodec
public interface StringCodec<T> extends IllegalArgumentCodec<T,String>
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.concepts.IllegalArgumentCodec
deserialize, serialize
-
-