#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. | |
Todo: Finish documentation!
Definition at line 15 of file SerializationPack_Serializable.hpp.
|
|
Definition at line 19 of file SerializationPack_Serializable.hpp. |
|
|
Serialize the object to a stream. Todo: Finish documentation! |
|
|
Un-serialize the object from a stream. Todo: Finish documentation! |
1.3.9.1