![]() |
Bitcoin Core 30.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 1180 of file serialize.h.
|
inlineexplicit |
Definition at line 1186 of file serialize.h.
|
inline |
Definition at line 1189 of file serialize.h.
|
inline |
Definition at line 1195 of file serialize.h.
Definition at line 1183 of file serialize.h.
Definition at line 1182 of file serialize.h.