Bitcoin Core 28.99.0
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 473 of file serialize.h.
Definition at line 479 of file serialize.h.
|
inline |
Definition at line 480 of file serialize.h.
|
inline |
Definition at line 481 of file serialize.h.
Definition at line 477 of file serialize.h.