open fun appendTo(buffer: Buffer): Unit
Append the bytes of this value to the provided Vert.x Buffer.
Note that since a Vert.x Buffer will grow as necessary, this method never fails.
buffer - The Buffer to which to append this value.
buffer