i have vector and array included, and otherwise both serialize fine. serializing only 'vertices' works, it seems to err on the second item of std::vectorstd::array i add. if i switch vertices and ...
I'm working on some program which optionally can work with Java-Script objects and native objects as well. For example object Node. This object has property children which is JS Array. JS Array has ...