GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::unsupported_serialize Struct Reference

Inheritting from this class will prevent the serialization of the derived class. Used for debugging purposes. More...

#include <graphlab/serialization/unsupported_serialize.hpp>

List of all members.

Public Member Functions

void save (oarchive &archive) const
void load (iarchive &archive)

Detailed Description

Inheritting from this class will prevent the serialization of the derived class. Used for debugging purposes.

Inheritting from this class will result in an assertion failure if any attempt is made to serialize or deserialize the derived class. This is largely used for debugging purposes to enforce that certain types are never serialized

Definition at line 43 of file unsupported_serialize.hpp.


The documentation for this struct was generated from the following file: