ByteStringFormatter

redis.ByteStringFormatter
See theByteStringFormatter companion object

Attributes

Companion:
object
Source:
Converter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def contramap[A](f: A => T): ByteStringSerializer[A]

Attributes

Inherited from:
ByteStringSerializer
Source:
Converter.scala

Attributes

Inherited from:
ByteStringDeserializer
Source:
Converter.scala
def map[A](f: T => A): ByteStringDeserializer[A]

Attributes

Inherited from:
ByteStringDeserializer
Source:
Converter.scala
def serialize(data: T): ByteString

Attributes

Inherited from:
ByteStringSerializer
Source:
Converter.scala