Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/pof/reflect/Codecs.hpp>
Inherited by Codecs::DefaultCodec.
Abstract Codec implementations that encodes objects by simply delegating to PofWriter::writeObject.
Generally the default writeObject implementation does not need to be modified as the current accommodation of types and conversion to POF is generally accepted, with the deserialization being more likely to be specific.
Public Types |
|||||||||||||
| typedef spec::Handle | Handle | ||||||||||||
| AbstractCodec Handle definition. | |||||||||||||
| typedef spec::View | View | ||||||||||||
| AbstractCodec View definition. | |||||||||||||
| typedef spec::Holder | Holder | ||||||||||||
| AbstractCodec Holder definition. | |||||||||||||
Public Member Functions |
|||||||||||||
| virtual void | encode (PofWriter::Handle hOut, int32_t nIndex, Object::View v) const | ||||||||||||
Serialize an object using the provided PofWriter.
|
|||||||||||||
The documentation for this class was generated from the following file: