added method to serialise/deserialise groups to/from memory and export of GxsIdentities to memory chunk in radix format

This commit is contained in:
csoler 2017-04-08 19:07:33 +02:00
parent 4067c95761
commit 4f5da86aca
5 changed files with 175 additions and 7 deletions

View file

@ -305,6 +305,9 @@ public:
virtual bool setAsRegularContact(const RsGxsId& id,bool is_a_contact) = 0 ;
virtual bool isARegularContact(const RsGxsId& id) = 0 ;
virtual bool serialiseIdentityToMemory(const RsGxsId& id,std::string& radix_string)=0;
virtual bool deserialiseIdentityFromMemory(const std::string& radix_string)=0;
/*!
* \brief overallReputationLevel
* Returns the overall reputation level of the supplied identity. See rsreputations.h