Serialize the wrapped object using the formatter.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Parameters
Name |
Description |
s |
The output stream. |
Created with MrDocs
Serialize the wrapped object using the formatter.
Declared in <serialize.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Name |
Description |
s |
The output stream. |
Created with MrDocs