vpr::SerializableObject Class Reference

The abstract base class for all types that support serialization. More...

#include <vpr/IO/SerializableObject.h>

Inheritance diagram for vpr::SerializableObject:

Inheritance graph
[legend]
Collaboration diagram for vpr::SerializableObject:

Collaboration graph
[legend]
List of all members.

Protected Member Functions

 SerializableObject ()
 SerializableObject (const SerializableObject &o)

Detailed Description

The abstract base class for all types that support serialization.

Instances of this type can be serialized to and de-serialized from data streams. This is based on a concept that is very similar to the notion of serializable objects in the Java programming langauge (classes that derive from java.io.Serializable).

Definition at line 133 of file SerializableObject.h.


Constructor & Destructor Documentation

vpr::SerializableObject::SerializableObject (  )  [inline, protected]

Definition at line 137 of file SerializableObject.h.

00138       : WriteableObject(), ReadableObject()
00139    {;}

vpr::SerializableObject::SerializableObject ( const SerializableObject o  )  [inline, protected]

Definition at line 141 of file SerializableObject.h.

00142       : WriteableObject(o), ReadableObject(o)
00143    {;}


The documentation for this class was generated from the following file:
Generated on Thu Jan 4 10:55:12 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1