InfinispanHotRodC++Client  8.2.0.Alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
infinispan::hotrod::event::EventMarshaller Class Referenceabstract

#include <EventMarshaller.h>

Inheritance diagram for infinispan::hotrod::event::EventMarshaller:
infinispan::hotrod::event::JBasicEventMarshaller

Public Member Functions

virtual void unmarshall (std::vector< char > &, std::string &)=0
 
virtual void unmarshall (std::vector< char > &, int &)=0
 
virtual std::vector< char > marshall (std::string)=0
 
virtual std::vector< char > marshall (int)=0
 
virtual ~EventMarshaller ()
 

Constructor & Destructor Documentation

virtual infinispan::hotrod::event::EventMarshaller::~EventMarshaller ( )
inlinevirtual

Member Function Documentation

virtual std::vector<char> infinispan::hotrod::event::EventMarshaller::marshall ( std::string  )
pure virtual
virtual std::vector<char> infinispan::hotrod::event::EventMarshaller::marshall ( int  )
pure virtual
virtual void infinispan::hotrod::event::EventMarshaller::unmarshall ( std::vector< char > &  ,
std::string &   
)
pure virtual
virtual void infinispan::hotrod::event::EventMarshaller::unmarshall ( std::vector< char > &  ,
int &   
)
pure virtual

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