encodeTo abstract method

void encodeTo(
  1. E value,
  2. Output output
)

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

Implementation

void encodeTo(E value, Output output);