encodeTo method
Convert self to a slice and append it to the destination.
Implementation
@override
void encodeTo(TypeDefArray typeDef, Output output) {
U32Codec.codec.encodeTo(typeDef.length, output);
TypeIdCodec.codec.encodeTo(typeDef.type, output);
}