Unserialize an object through this stream.

Synopsis

Declared in <serialize.h>

template<typename U>
ParamsStream&
operator>>(U&& obj);

Return Value

A reference to this stream.

Parameters

Name

Description

obj

The object to unserialize into.

Created with MrDocs