Red Hat Data Grid HotRod C++ Client
7.2.0
|
#include <JBasicMarshaller.h>
Additional Inherited Members | |
![]() | |
virtual void | marshall (const T &obj, std::vector< char > &buff)=0 |
virtual T * | unmarshall (const std::vector< char > &buff)=0 |
virtual | ~Marshaller () |
![]() | |
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.