Bitcoin ABC 0.30.3
P2P Digital Currency
|
Simple wrapper class to serialize objects using a formatter; used by Using(). More...
#include <serialize.h>
Public Member Functions | |
Wrapper (T obj) | |
template<typename Stream > | |
void | Serialize (Stream &s) const |
template<typename Stream > | |
void | Unserialize (Stream &s) |
Protected Attributes | |
T | m_object |
Simple wrapper class to serialize objects using a formatter; used by Using().
Definition at line 543 of file serialize.h.
Definition at line 551 of file serialize.h.
|
inline |
Definition at line 552 of file serialize.h.
|
inline |
Definition at line 555 of file serialize.h.
|
protected |
Definition at line 548 of file serialize.h.