|
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. | |
| virtual void | unserialize (std::istream &in)=0 |
| Un-serialize the object from a stream. | |
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.
| virtual SerializationPack::Serializable::~Serializable | ( | ) | [inline, virtual] |
Definition at line 62 of file SerializationPack_Serializable.hpp.
| virtual void SerializationPack::Serializable::serialize | ( | std::ostream & | out | ) | const [pure virtual] |
Serialize the object to a stream.
Todo: Finish documentation!
| virtual void SerializationPack::Serializable::unserialize | ( | std::istream & | in | ) | [pure virtual] |
Un-serialize the object from a stream.
Todo: Finish documentation!
1.7.6.1