![]() |
Bitcoin Core
26.1.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 1163 of file serialize.h.
|
inlineexplicit |
Definition at line 1169 of file serialize.h.
|
inline |
Definition at line 1172 of file serialize.h.
|
inline |
Definition at line 1178 of file serialize.h.
|
private |
Definition at line 1166 of file serialize.h.
|
private |
Definition at line 1165 of file serialize.h.
1.8.14