Serialization-Impl.h File Reference
Go to the source code of this file.
Namespaces | |
CubbyFlow | |
Functions | |
template<typename T > | |
void | CubbyFlow::Serialize (const ConstArrayAccessor1< 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... | |