17 #ifndef HAZELCAST_CLIENT_SERIALIZATION_DATASERIALIZABLEFACTORY_H_ 18 #define HAZELCAST_CLIENT_SERIALIZATION_DATASERIALIZABLEFACTORY_H_ 23 #include "hazelcast/util/HazelcastDll.h" 27 namespace serialization {
28 class IdentifiedDataSerializable;
48 virtual std::auto_ptr<IdentifiedDataSerializable> create(int32_t classId) = 0;
55 #endif //HAZELCAST_CLIENT_SERIALIZATION_DATASERIALIZABLEFACTORY_H_ DataSerializableFactory is used to create IdentifiedDataSerializable instances during de-serializatio...
Definition: DataSerializableFactory.h:37
Definition: MapEntryView.h:32