more core docs
[io.git] / libs / iovm / source / IoObject_persistence.h
bloba08d33643785119ab9a985a63de9f17fd0babc75
1 /*#io
2 docCopyright("Steve Dekorte", 2002)
3 docLicense("BSD revised")
4 */
6 #ifndef IOOBJECT_PERSISTENCE_DEFINED
7 #define IOOBJECT_PERSISTENCE_DEFINED 1
9 #include "IoObject.h"
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
15 void IoObject_writeToStream_(IoObject *self, BStream *stream);
16 IoObject *IoObject_allocFromStream_(IoObject *self, BStream *stream);
17 void IoObject_writeStream_(IoObject *self, BStream *stream);
19 #ifdef __cplusplus
21 #endif
22 #endif