added -growable- function

This commit is contained in:
fraillt
2017-09-08 16:22:54 +03:00
parent cba80774e4
commit 2f8ae0075c
38 changed files with 1723 additions and 1264 deletions

View File

@@ -9,9 +9,9 @@ struct MyStruct {
//define how object should be serialized/deserialized
SERIALIZE(MyStruct) {
s.value4(o.i);
s.value2(o.e);
s.container4(o.fs, 10);
s.value4b(o.i);
s.value2b(o.e);
s.container4b(o.fs, 10);
};
using namespace bitsery;