Serialization of AUGraph -- how?
Serialization of AUGraph -- how?
- Subject: Serialization of AUGraph -- how?
- From: Kurt Revis <email@hidden>
- Date: Sun, 11 Nov 2001 15:10:56 -0800
The documentation for AUGraph says
"AUGraph objects can also be serialized, with their state written to a
data file, and then re-established from that data. The format of that
data stream is not public at this time."
However, I don't see any functions in AUGraph.h which will read or write
a whole graph to a file, or to a data buffer. Am I missing something,
or is the documentation just wrong?
(I realize that it is probably not difficult to do the serialization
myself--after all, I can index through the AUNodes and connections
myself, and write out the data however I like. Just wondering.)
Thanks!