CEBL  2.1
Namespaces | Typedefs | Functions
CEBLSerialization.hpp File Reference
#include <vector>
#include "cppR/cppR.hpp"
#include <string>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  CEBL

Typedefs

typedef string CEBL::SerializedObject

Functions

template<typename T >
string CEBL::serialize (const T &val)
template<typename T >
T & CEBL::deserialize (stringstream &ss, T &output)
template<typename T >
string CEBL::serialize (const std::vector< T > &val)
template<typename T >
std::vector< T > & CEBL::deserialize (stringstream &ss, std::vector< T > &output)
template<typename T >
string CEBL::deserialize (const string &str, T &output)