![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Simple wrapper class to serialize objects using a formatter; used by Using(). More...
#include <serialize.h>
Public Member Functions | |
| Wrapper (T obj) | |
| template<typename Stream > | |
| void | Serialize (Stream &s) const |
| template<typename Stream > | |
| void | Unserialize (Stream &s) |
Protected Attributes | |
| T | m_object |
Simple wrapper class to serialize objects using a formatter; used by Using().
Definition at line 488 of file serialize.h.
Definition at line 494 of file serialize.h.
|
inline |
Definition at line 495 of file serialize.h.
|
inline |
Definition at line 496 of file serialize.h.
Definition at line 492 of file serialize.h.