19 #ifndef HAZELCAST_Portable
20 #define HAZELCAST_Portable
22 #include "hazelcast/util/HazelcastDll.h"
26 namespace serialization {
60 virtual int getFactoryId()
const = 0;
65 virtual int getClassId()
const = 0;
84 #endif //HAZELCAST_Portable
Provides a mean of reading portable fields from a binary in form of java primitives arrays of java pr...
Definition: PortableReader.h:52
virtual ~Portable()
Destructor.
Definition: Portable.h:54
Definition: MapEntryView.h:32
Provides a mean of writing portable fields to a binary in form of java primitives arrays of java prim...
Definition: PortableWriter.h:38
Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit ...
Definition: Portable.h:49