#include <coherence/io/pof/PortableObjectSerializer.hpp>
Inherits Object, and PofSerializer.
Public Types |
|
| typedef spec::Handle | Handle |
| PortableObjectSerializer Handle definition. |
|
| typedef spec::View | View |
| PortableObjectSerializer View definition. |
|
| typedef spec::Holder | Holder |
| PortableObjectSerializer Holder definition. |
|
Public Member Functions |
|
| virtual void | serialize (PofWriter::Handle hOut, Object::View v) const |
| virtual Object::Holder | deserialize (PofReader::Handle hIn) const |
Protected Member Functions |
|
| PortableObjectSerializer (int32_t nTypeId) | |
| Create a new PortableObjectSerializer for the user type with the given type identifier. |
|
Protected Attributes |
|
| int32_t | m_nTypeId |
| POF user type supported by this PortableObjectSerializer. |
|
| PortableObjectSerializer | ( | int32_t | nTypeId | ) | [protected] |
Create a new PortableObjectSerializer for the user type with the given type identifier.
| nTypeId | the type identifier of a class that needs to be serialized or deserialized |