utils/include/serialize_extra
-
namespace feasst
Functions
Return a shared pointer to the base class of model after construction of the full derived class. see https://isocpp.org/wiki/faq/serialization
- param rewind:
Rewind istr position to read class name again (default: false).
A factory method to construct objects from argtype.
Return a deep copy of a feasst derived class object. This is implemented via serialization/deserialization.