Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/pof/PrincipalPofSerializer.hpp>
Inherits Object, and PofSerializer.
PofSerializer implementation that can serialize and deserialize a Principal to/from a POF stream.
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. | |
The documentation for this class was generated from the following file: