Bitcoin Core 28.99.0
P2P Digital Currency
|
Wrapper that serializes objects with the specified parameters. More...
#include <serialize.h>
Public Member Functions | |
ParamsWrapper (const Params ¶ms, T &obj) | |
template<typename Stream > | |
void | Serialize (Stream &s) const |
template<typename Stream > | |
void | Unserialize (Stream &s) |
Private Attributes | |
const Params & | m_params |
T & | m_object |
Wrapper that serializes objects with the specified parameters.
Definition at line 1187 of file serialize.h.
|
inlineexplicit |
Definition at line 1193 of file serialize.h.
|
inline |
Definition at line 1196 of file serialize.h.
|
inline |
Definition at line 1202 of file serialize.h.
Definition at line 1190 of file serialize.h.
Definition at line 1189 of file serialize.h.