Not really because the memory has to be contiguous. You will need, somehow, build a buffer that contains all the data you need to save and load to, occupying, at the end, same memory space as a static array to work with.

Salud!