Serialization-Impl.hpp File Reference
#include <cstring>
Go to the source code of this file.
Namespaces | |
CubbyFlow | |
Functions | |
template<typename T > | |
void | CubbyFlow::Serialize (const ConstArrayView1< T > &array, std::vector< uint8_t > *buffer) |
Serializes data chunk using common schema. More... | |
template<typename T > | |
void | CubbyFlow::Deserialize (const std::vector< uint8_t > &buffer, Array1< T > *array) |
Deserializes buffer to data chunk using common schema. More... | |