Skip to content

Can you have two dimensional byte arrays in a table? #246

Answered by mikkelfj
randyK-HH asked this question in Q&A
Discussion options

You must be logged in to vote

No, neither fixed length no variable length multidimensional support is possible in vectors. You need to introduce a vector of tables to achieve this, or, wing it with a vector of strings.

If you are aware of this being introduced in Googles flatc, but not in flatcc, please let know.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by randyK-HH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants