The base Datatype contains many extraneous parameters, which we don't necessarily need (encoder for example).
We should add an intermediate class in the hierarchy to solve this, which we can subclass with Vector.
Vector will have its encode implementation based on this suggestion: #2562 (comment)
The base
Datatypecontains many extraneous parameters, which we don't necessarily need (encoderfor example).We should add an intermediate class in the hierarchy to solve this, which we can subclass with
Vector.Vectorwill have itsencodeimplementation based on this suggestion: #2562 (comment)