We are using protobuf (http://code.google.com/apis/protocolbuffers/). That's not by any means a recommendation, just a possibility. What is your use case?
Friso On 26 jan 2011, at 10:47, Eric wrote: I'm wondering what the best way is to store my data in HBase. I'm currently converting everything to a string and then to a bytes array. What are others doing? Plain text to to byte arrays and eventually convert your data back to floats, int, etcetera?
