do-serialization icon indicating copy to clipboard operation
do-serialization copied to clipboard

Serialization library for data-oriented design structures in JavaScript

Results 2 do-serialization issues
Sort by recently updated
recently updated
newest added

it may be wise to use explicit schemas instead of using the SoA objects themselves as the schema, and then pass the SoA objects into the reader/writer functions themselves. this...

It would be useful to be able to pass an ArrayBuffer to the data writer function. This allows more flexibility in where the data is written and avoids unnecessary copying...