![]() |
Bitcoin ABC 0.32.6
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 1301 of file serialize.h.
|
inlineexplicit |
Definition at line 1308 of file serialize.h.
|
inline |
Definition at line 1311 of file serialize.h.
|
inline |
Definition at line 1315 of file serialize.h.
|
private |
Definition at line 1305 of file serialize.h.
|
private |
Definition at line 1304 of file serialize.h.