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