22 #ifndef HAZELCAST_Portable
23 #define HAZELCAST_Portable
25 #include "hazelcast/util/HazelcastDll.h"
29 namespace serialization {
64 virtual int getFactoryId()
const = 0;
69 virtual int getClassId()
const = 0;
91 #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:57
Provides a mean of writing portable fields to a binary in form of java primitives arrays of java prim...
Definition: PortableWriter.h:42
Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit ...
Definition: Portable.h:52