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