Base Framework
|
Externalizable interface. More...
#include <base/io/Externalizable.h>
Public Member Functions | |
virtual void | readExternal (InputStream *in)=0 |
virtual void | writeExternal (OutputStream *out)=0 |
Externalizable interface.
Interface implemented by classes that can be externalized (i.e. instances can be read from and written to a stream).
|
pure virtual |
Reads object from input stream.
in | The stream to get the object from. |
|
pure virtual |
Writes object to output stream.
out | The stream to receive the object. |