21 #ifndef HAZELCAST_VersionedPortable 
   22 #define HAZELCAST_VersionedPortable 
   24 #include "hazelcast/client/serialization/Portable.h" 
   28         namespace serialization {
 
   42                 virtual int getClassVersion() 
const = 0;
 
   54 #endif //HAZELCAST_VersionedPortable 
VersionedPortable is an extension to Portable to support per class version instead of a global serial...
Definition: VersionedPortable.h:36
 
Definition: MapEntryView.h:32
 
Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit ...
Definition: Portable.h:49