Function object for serialization/deserialization.
More...
#include <ElementTraits.hpp>
List of all members.
Public Member Functions |
template<class Archive > |
void | operator() (Archive &ar, T &item) |
| Serialize/deserialize an element's payload.
|
Detailed Description
template<typename T>
struct CXXR::ElementTraits::Serialize< T >
Function object for serialization/deserialization.
- Template Parameters:
-
T | A type capable of being used as the element type of an R data vector. |
Member Function Documentation
template<typename T >
template<class Archive >
Serialize/deserialize an element's payload.
- Template Parameters:
-
Archive | boost::serialization archive type. Serialization or deserialization will take place according to whether this is an output or an input archive type. |
- Parameters:
-
ar | Archive to be used. |
item | Object whose data payload is to be serialized/deserialized. |
The documentation for this struct was generated from the following file: