Interface to allow your class to be sent and received through a stream. More...
#include <ISerializable.h>
Public Member Functions | |
virtual void | Serialize (IStream &strm)=0 |
virtual void | Serialize (StringBuffer &buf)=0 |
virtual int | SerializationBinaryUniqueKey ()=0 |
virtual void | SerializationTextUniqueKey (String &buf)=0 |
Interface to allow your class to be sent and received through a stream.
Definition at line 41 of file ISerializable.h.