pack function

ByteBuffer pack(
  1. dynamic data
)

Implementation

ByteBuffer pack(Packable data) {
  return serialize(data).buffer;
}