Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

PrincipalPofSerializer Class Reference

#include <coherence/io/pof/PrincipalPofSerializer.hpp>

Inherits Object, and PofSerializer.

List of all members.


Detailed Description

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.

Author:
mf 2008.08.25
 

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:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.