agemooij / riak-scala-client

An easy to use, non-blocking, fast Scala client library for interacting with Riak.
http://riak.scalapenos.com/
Apache License 2.0
84 stars 24 forks source link

Add support for storing binary values #7

Open agemooij opened 11 years ago

agemooij commented 11 years ago

Riak is supposed to be able to handle binary blobs, although I'll need to have a look at the way this would be encoded over http, maybe base64 or something similar?

Create basic (de)serializer support for producing binary values