17 #ifndef HAZELCAST_CLIENT_SERIALIZATION_PORTABLEFACTORY_H_
18 #define HAZELCAST_CLIENT_SERIALIZATION_PORTABLEFACTORY_H_
23 #include "hazelcast/util/HazelcastDll.h"
24 #include "hazelcast/client/serialization/Portable.h"
28 namespace serialization {
44 virtual std::auto_ptr<Portable> create(int32_t classId)
const = 0;
51 #endif //HAZELCAST_CLIENT_SERIALIZATION_PORTABLEFACTORY_H_
PortableFactory is used to create Portable instances during de-serialization.
Definition: PortableFactory.h:37
Definition: MapEntryView.h:32