LLVM
8.0.1
|
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 "llvm/ExecutionEngine/Orc/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 282 of file RPCSerialization.h.