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

E80355-01

coherence::io::pof::reflect Namespace Reference


Detailed Description

Contains classes related to reflection for POF serialization and deserialization.


Classes

class  AbstractPofPath
 Abstract base class for static, path-based implementations of the PofNavigator interface. More...
class  Codec
 A Codec provides an interception point for any specific code that needs to be executed pre or post (de)serialization. More...
class  Codecs
 Codecs is a container for accessing default Codec implementations. More...
class  PofNavigator
 The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification and/or removal purposes. More...
class  PofValue
 PofValue represents the POF data structure in a POF stream, or any sub-structure or value thereof. More...
class  SimplePofPath
 A static PofNavigator implementation which uses an array of integer indices to navigate the PofValue hierarchy. More...

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