Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::serialization::SerializerBase Class Referenceabstract

Internal Base class for Serializers. More...

#include <Serializer.h>

+ Inheritance diagram for hazelcast::client::serialization::SerializerBase:

Public Member Functions

virtual ~SerializerBase ()
 Destructor.
 
virtual int getTypeId () const =0
 unique type id for this serializer. More...
 

Detailed Description

Internal Base class for Serializers.

Member Function Documentation

virtual int hazelcast::client::serialization::SerializerBase::getTypeId ( ) const
pure virtual

unique type id for this serializer.

It will be used to decide which serializer needs to be used for your classes. Also not that your serialized classes needs to implement

 int getTypeId();

which should return same id with its serializer.


The documentation for this class was generated from the following files: