27 #ifndef CEBLSERIALIZATION_H
28 #define CEBLSERIALIZATION_H
41 using std::stringstream;
71 ss << val.size() <<
" ";
72 for(
unsigned i=0; i<val.size(); i++)
80 std::vector<T>&
deserialize(stringstream& ss, std::vector<T> & output)
87 for(
unsigned i=0; i<ret.size(); i++)