22 #ifndef HAZELCAST_Portable
23 #define HAZELCAST_Portable
25 #include "hazelcast/util/HazelcastDll.h"
29 namespace serialization {
62 virtual int getFactoryId()
const = 0;
67 virtual int getClassId()
const = 0;
85 virtual int getSerializerId()
const;
94 #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
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