![]() |
Bitcoin ABC 0.32.5
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 1326 of file serialize.h.
|
inlineexplicit |
Definition at line 1333 of file serialize.h.
|
inline |
Definition at line 1336 of file serialize.h.
|
inline |
Definition at line 1340 of file serialize.h.
|
private |
Definition at line 1330 of file serialize.h.
|
private |
Definition at line 1329 of file serialize.h.