Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/pof/reflect/Codecs.hpp>
Inherits Codecs::AbstractCodec.
Implementation of Codec that simply delegates to PofReader::readObject and PofWriter::writeObject to deserialize and serialize an object.
Public Types |
||||||||||
| typedef spec::Handle | Handle | |||||||||
| DefaultCodec Handle definition. | ||||||||||
| typedef spec::View | View | |||||||||
| DefaultCodec View definition. | ||||||||||
| typedef spec::Holder | Holder | |||||||||
| DefaultCodec Holder definition. | ||||||||||
Public Member Functions |
||||||||||
| virtual Object::Holder | decode (PofReader::Handle hIn, int32_t nIndex) const | |||||||||
| Deserialize an object from the provided PofReader.
Implementing this interface allows introducing specific return implementations.
|
||||||||||
The documentation for this class was generated from the following file: