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