Define FUSE_GRAPH_SERIALIZE_DEFINITION

Define Documentation

FUSE_GRAPH_SERIALIZE_DEFINITION(...)

Implementation of the serialize() and deserialize() member functions for derived classes.

Usage:

class Derived : public Graph
{
public:
  FUSE_GRAPH_SERIALIZE_DEFINITION(Derived)
  // The rest of the derived graph implementation
}