CEBL
2.1
|
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) |