mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
fixed a few bugs in new serialization
This commit is contained in:
parent
5b3e488b42
commit
a941136c04
4 changed files with 14 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue