| Infinispan HotRod C++ Client
    7.3.5.CR1
    | 
#include <JBasicMarshaller.h>
 
  
 | 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) | 
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.
 1.8.11
 1.8.11