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