Hazelcast C++ Client
|
PortableFactory is used to create Portable instances during de-serialization. More...
#include <PortableFactory.h>
Public Member Functions | |
virtual std::auto_ptr< Portable > | create (int32_t classId) const =0 |
Creates a Portable instance using given class ID. More... | |
PortableFactory is used to create Portable instances during de-serialization.
You should implement this interface as copyable since it will be copied into the SerializationConfig.
|
pure virtual |
Creates a Portable instance using given class ID.
classId | portable class ID |