You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jagged (T[][]) arrays are currently supported; multidimensional (T[,]) are not. This would require some major changes to how the binary serdes treat arrays. Currently we just build a list and feed it to Enumerable.ToArray, which sidesteps the problem of knowing array size in advance.
The text was updated successfully, but these errors were encountered:
Jagged (
T[][]
) arrays are currently supported; multidimensional (T[,]
) are not. This would require some major changes to how the binary serdes treat arrays. Currently we just build a list and feed it toEnumerable.ToArray
, which sidesteps the problem of knowing array size in advance.The text was updated successfully, but these errors were encountered: