#include <ost/stdint.hh>
#include <vector>
#include <map>
#include <boost/type_traits/is_pod.hpp>
Go to the source code of this file.
|
template<typename T > |
void | Serialize (BinaryDataSink &sink, const std::vector< T > &value) |
|
template<typename T > |
void | Serialize (BinaryDataSource &source, std::vector< T > &value) |
|
template<typename K , typename V > |
void | Serialize (BinaryDataSink &sink, const std::map< K, V > &value) |
|
template<typename K , typename V > |
void | Serialize (BinaryDataSource &source, std::map< K, V > &value) |
|