Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multidimensional arrays #3

Open
dstelljes opened this issue Aug 21, 2019 · 0 comments
Open

Support multidimensional arrays #3

dstelljes opened this issue Aug 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dstelljes
Copy link
Member

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.

@dstelljes dstelljes added the enhancement New feature or request label Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant