libdecaf
|
Base class of objects which support serialization. More...
#include <secure_buffer.hxx>
Public Member Functions | |
size_t | ser_size () const DECAF_NOEXCEPT |
Return the number of bytes needed to serialize this object. | |
void | serialize_into (unsigned char *buf) const DECAF_NOEXCEPT |
Serialize this object into a buffer. | |
SecureBuffer | serialize () const |
Serialize this object into a SecureBuffer and return it. | |
Base class of objects which support serialization.