Deserializing an Array of Cluster of Arrays unnecessarily wraps Inner Array Elements in variants
Closed this issue · 1 comments
jimkring commented
When Deserializing an Array of Cluster of Arrays, the Inner Array Elements are unnecessarily wrapped in a Variant.
Note the variant wrapper when flatting to XML using LabVIEW's built-in function (XML shown only for visualization of the problem).
The solution is to call 'Array of VData to VArray' instead of coercing the Variant Array to a Variant.
jimkring commented
Will be fixed in next release (greater than 1.1.10)