encodeTo abstract method

void encodeTo(
  1. Output output
)

Convert self to a slice and append it to the destination.

Implementation

void encodeTo(Output output);