#include <GaudiKernel/ISerialize.h>
Inheritance diagram for ISerialize:

Public Methods | |
| virtual StreamBuffer& | serialize (StreamBuffer& str) = 0 |
| Input serialisation from stream buffer. More... | |
| virtual StreamBuffer& | serialize (StreamBuffer& str) const = 0 |
| Output serialisation to stream buffer. More... | |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
Definition of a interface to save and restore objects.
Definition at line 21 of file ISerialize.h.
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 24 of file ISerialize.h. |
|
|
Output serialisation to stream buffer. Saves the status of the object.
|
|
|
Input serialisation from stream buffer. Restores the status of the object.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000