Skip to content

Insert array size in datablock when using implicit size #3

Description

@alexrobin

When setting data to a variable size array without explicit array size component, the size is inferred from the datablock but the logic is flawed with nested arrays.

One way to solve this is to insert an additional int in the datablock so it can be handled in exactly the same manner as an explicit array size component.

This will also fix the bug occurring in the JSON serializer

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions