Convert self to a slice and append it to the destination.
@override void encodeTo(Primitive primitive, Output output) { U8Codec.codec.encodeTo(primitive.index, output); }