#include <Serializer.h>
Public Member Functions | |
template<class T> | |
Derived & | operator() (const T &t) |
Default op() for non-primitive types. | |
template<class T> | |
Derived & | split (const T &t) |
Split serialize() into encode()/decode(). |
A derived encoder must provide operator(const T&) to encode all primitive types T.
Derived& qpid::EncoderBase< Derived >::operator() | ( | const T & | t | ) | [inline] |
Default op() for non-primitive types.