![]() |
Bitcoin ABC 0.33.12
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 1303 of file serialize.h.
|
inlineexplicit |
Definition at line 1310 of file serialize.h.
|
inline |
Definition at line 1313 of file serialize.h.
|
inline |
Definition at line 1317 of file serialize.h.
|
private |
Definition at line 1307 of file serialize.h.
|
private |
Definition at line 1306 of file serialize.h.