SRGraph::SerializeComponentList

voidSRGraph::SerializeComponentList(CArchive &ar)

Serializes the component list using the provided archive

Defined in: SRGraph.cpp

Parameters

ar

Reference to a previously constructed and initialized archive object

Remarks

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