boost serialization vs google protocol buffers? [closed]
I’ve been using Boost Serialization for a long time and just dug into protocol buffers, and I think they don’t have the exact same purpose. BS (didn’t see that coming) saves your C++ objects to a stream, whereas PB is an interchange format that you read to/from. PB’s datamodel is way simpler: you get all … Read more