#include <OWBI1_SerializableIFC.hpp>
Inheritance diagram for OWBI1::SerializableIFC:
Public Member Functions | |
virtual | ~SerializableIFC () |
virtual void | readObject (std::istream &istrm)=0 |
Read this object from an input stream. | |
virtual void | writeObject (std::ostream &ostrm) const =0 |
Write this object to an output stream. |
Definition at line 44 of file OWBI1_SerializableIFC.hpp.
|
Definition at line 42 of file OWBI1_SerializableIFC.cpp. |
|
Read this object from an input stream. The object must have been previously written through a call to writeObject.
Implemented in OWBI1::CIMClass, OWBI1::CIMDataType, OWBI1::CIMFlavor, OWBI1::CIMInstance, OWBI1::CIMMethod, OWBI1::CIMName, OWBI1::CIMNameSpace, OWBI1::CIMObjectPath, OWBI1::CIMParameter, OWBI1::CIMParamValue, OWBI1::CIMProperty, OWBI1::CIMPropertyList, OWBI1::CIMQualifier, OWBI1::CIMQualifierType, OWBI1::CIMScope, OWBI1::CIMUrl, and OWBI1::CIMValue. |
|
Write this object to an output stream. The intent is for the object to be retrieved later through a call to readObject.
Implemented in OWBI1::CIMClass, OWBI1::CIMDataType, OWBI1::CIMFlavor, OWBI1::CIMInstance, OWBI1::CIMMethod, OWBI1::CIMName, OWBI1::CIMNameSpace, OWBI1::CIMObjectPath, OWBI1::CIMParameter, OWBI1::CIMParamValue, OWBI1::CIMProperty, OWBI1::CIMPropertyList, OWBI1::CIMQualifier, OWBI1::CIMQualifierType, OWBI1::CIMScope, OWBI1::CIMUrl, and OWBI1::CIMValue. |