Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Why serialize?
  2.  
  3. The creation of a nanocube is realtively long, but once
  4. In order to transfer esasily a cube from server-side/client-side
  5.  
  6. # Serialization Structure
  7.  
  8. So that we can serialize the NanoCube, we'll need an arbitrary data structure that can be written into a file.
  9.  
  10. The 5 first lines will contains some general information about the NanoCube:
  11. `name
  12. count (events)
  13. localization granularity
  14. Dimension
  15. Mapping`
  16.  
  17. n|id|pch|sch|pco|sco
  18. whether pch and/or sch (can be both)
  19. and pco or sco
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement