Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-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, 2017, Oracle and/or its affiliates. All rights reserved.