etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

add deserializer for Array[Byte] #73

Closed hussachai closed 9 years ago

hussachai commented 9 years ago

I think Array[Byte] is quite common data format and it would be nice to have it in ByteStringDeserializerDefault. What do you think?

gsmaverick commented 9 years ago

Any chance this could get merged? We've had to reimplement this in our code and it seems a little odd for there to be a built-in serializer for Array[Byte] but not a built-in deserializer.