public interface DataStringCodec<T> extends Codec<String,T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(String stringRepresentation)
Produce an object base on input.
|
Class<T> |
getInputClass() |
String |
serialize(T data) |
T deserialize(String stringRepresentation)
Deserializer
deserialize
in interface Codec<String,T>
deserialize
in interface Deserializer<T,String>
stringRepresentation
- Input objectCopyright © 2019 OpenDaylight. All rights reserved.