Convert self to a slice and append it to the destination.
@override void encodeTo(dynamic value, Output output) { _codec.encodeTo(value, output); }