#include <coherence/io/pof/PrincipalPofSerializer.hpp>
Inherits Object, and PofSerializer.
The PrincipalPofSerializer can serialize any Principal implementation to a POF stream; however, the Principals returned during deserialization are always instances of the GenericPrincipal class.
Public Types |
|
| typedef spec::Handle | Handle |
| PrincipalPofSerializer Handle definition. |
|
| typedef spec::View | View |
| PrincipalPofSerializer View definition. |
|
| typedef spec::Holder | Holder |
| PrincipalPofSerializer 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 |
|
| PrincipalPofSerializer () | |
| Default constructor. |
|