I have a mix of byte[] & Integer column names/ values within a CF rows. So
should ByteBuffer be my initial choice for the serializer while making the
read query to the database for the mixed datatypes & then I should retrieve
the byte[] or Integer from ByteBuffer using the ByteBuffer api's getInt()
method ?

Is this a preferable way to read columns with integer/
byte[] names, initially as bytebuffer(s) & later converting them to Integer
or byte[] ?

Reply via email to