Go to the documentation of this file. 1 #ifndef TUE_SERIALIZATION_ARCHIVE_H_
2 #define TUE_SERIALIZATION_ARCHIVE_H_
11 namespace serialization
Archive & operator>>(int &i)
std::stringstream & stream()
const std::stringstream & stream() const
std::stringstream stream_
Archive & operator<<(std::string s)
Archive & operator>>(float &f)
friend void convert(std::vector< unsigned char > &data, Archive &a)
Archive & operator<<(unsigned char c)
Archive & operator<<(double d)
Archive & operator>>(unsigned char &c)
Archive & operator>>(double &d)
Archive & operator<<(int i)
Archive & operator<<(float f)
Archive & operator>>(std::string &s)