Serialize an object through this stream.
Synopsis
Declared in <serialize.h>
template<typename U>
ParamsStream&
operator<<(U const& obj);
Return Value
A reference to this stream.
Parameters
Name |
Description |
obj |
The object to serialize. |
Created with MrDocs