encode method

void encode(
  1. Packer p
)

Implementation

void encode(Packer p) {
  p.packBinary(value);
}