public interface DataStringCodec<T> extends org.opendaylight.yangtools.concepts.Codec<String,T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(String stringRepresentation) |
Class<T> |
getInputClass() |
String |
serialize(T data) |
Copyright © 2019 OpenDaylight. All rights reserved.