Open mregen opened 1 year ago
Currently multidimensional arrays in a structure are encoded as Variant, newer version of the spec with DataTypeDefinition support direct encoding of known types as array + dimension array without the Variant overhead.
This needs updates to the encoders. When the encoders have the new feature the autogenerated code can be fixed.
Currently multidimensional arrays in a structure are encoded as Variant, newer version of the spec with DataTypeDefinition support direct encoding of known types as array + dimension array without the Variant overhead.