MoochoPack: Miscellaneous Utilities for MOOCHO
Version of the Day
|
Mixin interface for objects that can be serialized to and from a stream. More...
#include <SerializationPack_Serializable.hpp>
Public Member Functions | |
virtual | ~Serializable () |
virtual void | serialize (std::ostream &out) const =0 |
Serialize the object to a stream. More... | |
virtual void | unserialize (std::istream &in)=0 |
Un-serialize the object from a stream. More... | |
Mixin interface for objects that can be serialized to and from a stream.
Todo: Finish documentation!
Definition at line 58 of file SerializationPack_Serializable.hpp.
|
inlinevirtual |
Definition at line 62 of file SerializationPack_Serializable.hpp.
|
pure virtual |
Serialize the object to a stream.
Todo: Finish documentation!
|
pure virtual |
Un-serialize the object from a stream.
Todo: Finish documentation!