![]() |
Bitcoin Core
25.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 411 of file serialize.h.
Definition at line 417 of file serialize.h.
|
inline |
Definition at line 418 of file serialize.h.
|
inline |
Definition at line 419 of file serialize.h.
Definition at line 415 of file serialize.h.