encode method

void encode(
  1. Packer p
)

Implementation

void encode(Packer p) {
  p.packListLength(1);
  p.packInt(bytes);
}