public static class LispListLcafAddress.ListLcafAddressWriter extends Object implements LispAddressWriter<LispListLcafAddress>
| Constructor and Description |
|---|
ListLcafAddressWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
LispListLcafAddress address)
Serializes LISP address object and writes to byte buffer.
|
public void writeTo(io.netty.buffer.ByteBuf byteBuf,
LispListLcafAddress address)
throws LispWriterException
LispAddressWriterwriteTo in interface LispAddressWriter<LispListLcafAddress>byteBuf - byte bufferaddress - LISP address type instanceLispWriterException - LISP writer exception