Is there a standard way to encode and decode byte arrays into a sequence of characters that can be stored into a std::string
?
The reason for this question is that HyperTable value type is std::string
, so whatever custom type you want to store in the table needs to be serialised and stored into the string, and then, deserialized for reading. (see this thread for details: https://groups.google.com/forum/?fromgroups=#!topic/hypertable-user/_igfvLv9IfA)