T - Output type of serialization.public interface Uint32Codec<T> extends Codec<T,Long>
UnsignedLong.| Modifier and Type | Method and Description | 
|---|---|
| Long | deserialize(T data)Produce an object base on input. | 
| T | serialize(Long data) | 
Long deserialize(T data)
Deserializerdeserialize in interface Codec<T,Long>deserialize in interface Deserializer<Long,T>data - Input objectCopyright © 2019 OpenDaylight. All rights reserved.