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