Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    I would strongly recommend using something like Google Protobuf or Boost.Serialization to handle the serialization. It sounds like overkill for playing around, but even throw-away prototypes often end up being used long past their originally expected lifetime and when it grows large or when it needs to change, good serialization library will help a lot in keeping the code maintainable. Commented May 15, 2014 at 7:36
  • @JanHudec I completely agree with you. Commented May 15, 2014 at 7:39