| 
    Leosac
    0.7.0
    
   OpenSourceAccessControl 
   | 
 
Interface to serialize a ScryptResult to a SerializedType object.  
 More...
#include <Scrypt.hpp>
Public Member Functions | |
| virtual SerializedType | Serialize (const ScryptResult &in) const =0 | 
| virtual ScryptResult | UnSerialize (const SerializedType &in) const =0 | 
Static Public Member Functions | |
| static std::string | Hex (const std::vector< uint8_t > &in) | 
| static std::vector< uint8_t > | UnHex (const std::string &in) | 
| static std::vector< uint8_t > | ToByteVector (const std::string &in) | 
Interface to serialize a ScryptResult to a SerializedType object. 
Definition at line 71 of file Scrypt.hpp.
      
  | 
  inlinestatic | 
Definition at line 77 of file Scrypt.hpp.
      
  | 
  pure virtual | 
Implemented in StringScryptResultSerializer.
      
  | 
  inlinestatic | 
Definition at line 91 of file Scrypt.hpp.
      
  | 
  inlinestatic | 
Definition at line 84 of file Scrypt.hpp.
      
  | 
  pure virtual | 
Implemented in StringScryptResultSerializer.