ccpwgl2 icon indicating copy to clipboard operation
ccpwgl2 copied to clipboard

Feature / Serialization and Deserialization

Open cppctamber opened this issue 4 years ago • 0 comments

All objects should be able to be created from, updated with, read to, and destroyed from json objects.

  • [ ] Lists of structs
  • [ ] Structs
  • [x] Fixed sized vectors
  • [x] Dynamic vectors
  • [x] String types
  • [x] Number types
  • [x] Boolean types
  • [ ] Plain objects
  • [ ] Arrays
  • [ ] Struct refs

cppctamber avatar Aug 27 '21 09:08 cppctamber