fixed a few bugs in new serialization

This commit is contained in:
csoler 2017-04-05 18:09:45 +02:00
parent 5b3e488b42
commit a941136c04
4 changed files with 14 additions and 16 deletions

View file

@ -219,6 +219,7 @@ uint32_t RsSerialType::size(RsItem *)
bool RsSerialType::serialise(RsItem */*item*/, void */*data*/, uint32_t */*size*/)
{
std::cerr << "(EE) Empty method called for missing serialize() method in serializer class " << typeid(this).name() << std::endl;
#ifdef RSSERIAL_DEBUG
std::cerr << "RsSerialType::serialise()" << std::endl;
#endif