Infinispan HotRod C++ Client  8.3.1.Final
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
List of all members
infinispan::hotrod::JBasicMarshaller< T > Class Template Reference

#include <JBasicMarshaller.h>

Inheritance diagram for infinispan::hotrod::JBasicMarshaller< T >:
infinispan::hotrod::Marshaller< T >

Additional Inherited Members

- Public Member Functions inherited from infinispan::hotrod::Marshaller< T >
virtual void marshall (const T &obj, std::vector< char > &buff)=0
 
virtual T * unmarshall (const std::vector< char > &buff)=0
 
virtual ~Marshaller ()
 
- Static Public Member Functions inherited from infinispan::hotrod::Marshaller< T >
static void destroy (Marshaller< T > *marshaller)
 

Detailed Description

template<class T>
class infinispan::hotrod::JBasicMarshaller< T >

A Marshaller for a few simple types that pretends to be compatible with JBoss Marshaller. See below the Helper class for a list of the managed types.


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