ByteStringDeserializer

@implicitNotFound(msg = "No ByteString deserializer found for type ${T}. Try to implement an implicit ByteStringDeserializer for this type.")
Companion:
object
Source:
Converter.scala
class Object
trait Matchable
class Any
object ByteArray.type
object ByteString.type
object RedisDouble.type
object String.type

Value members

Abstract methods

Concrete methods

def map[A](f: T => A): ByteStringDeserializer[A]