public interface MvpnSerializer<T extends MvpnChoice>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MvpnChoice> |
getClazz()
returns class of MvpnChoice handled by serializer.
|
@NonNull io.netty.buffer.ByteBuf |
serializeMvpn(T mvpn)
Serialize mvpn.
|
@NonNull io.netty.buffer.ByteBuf serializeMvpn(T mvpn)
mvpn - mvpnClass<? extends MvpnChoice> getClazz()
Copyright © 2020 OpenDaylight. All rights reserved.