ISerializable Class Reference
[Streams]

Interface to allow your class to be sent and received through a stream. More...

#include <ISerializable.h>

List of all members.

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

Detailed Description

Interface to allow your class to be sent and received through a stream.

Todo:
I don't this this is fully supported.

Definition at line 41 of file ISerializable.h.


The documentation for this class was generated from the following file: