boost serialization vs google protocol buffers? [closed]
Does anyone with experience with these libraries have any comment on which one they preferred? Were there any performance differences or difficulties in using? Magnus Österlind I've played around a little with both systems, nothing serious, just some simple hackish stuff, but I felt that there's a real difference in how you're supposed to use the libraries. With boost::serialization, you write your own structs/classes first, and then add the archiving methods, but you're still left with some pretty "slim" classes, that can be used as data members, inherited, whatever. With protocol buffers,