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