|
LLVM
4.0.0
|
The SerializationTraits<ChannelT, T> class describes how to serialize and deserialize an instance of type T to/from an abstract channel of type ChannelT. More...
#include <RPCSerialization.h>
The SerializationTraits<ChannelT, T> class describes how to serialize and deserialize an instance of type T to/from an abstract channel of type ChannelT.
It also provides a representation of the type's name via the getName method.
Specializations of this class should provide the following functions:
The third argument of SerializationTraits is intended to support SFINAE. E.g.:
Definition at line 213 of file RPCSerialization.h.
1.8.6