Closed sorc1 closed 8 years ago
21.09.2016 03:39, Boris Nagaev wrote:
@starius requested changes on this pull request.
General comments:
- Style: add braces around one line blocks, please.
- Why not protocol buffer?
Some reasons for that:
- No extra build dependencies
- The format is not going to change often
- It's just simple: while packing/unpacking, we're working directly with the scanner instance's memory, not with objects-to-serialize
I'll fix the problems you've pointed on and then I'll resend the patches.
The patches introduce Pack()/Unpack() functions for Multi scanner to serialize/deserialize with msgpack.