charslaw / Pando

Pando serializes and tracks the history of a state tree
MIT License
2 stars 0 forks source link

Add multidimensional array node serializer #54

Open schultzcole opened 2 years ago

schultzcole commented 2 years ago

This would be somewhat similar to the existing node enumerable/list serializers, except it would also need to store the number of dimensions (would it?) and the size of each dimension. The serialized values would be packed into/unpacked from a 1d array.