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