SRGraph::Serialize

voidSRGraph::Serialize(CArchive&ar)

Manages storage and retrieval of graph data

Defined in: SRGraph.cpp

Parameters

ar

Reference to a CArchive object used in the save or load process

Remarks

The archived file may be used as a binary template to store graph on disk for subsequent use. The data lists are serialized. Use  SerializeComponentList to archive the graph configuration without the data.