Packages

object RedisSerialization

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisSerialization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[K, F, V, R] = RedisSerialization { ... /* 4 definitions in type refinement */ }
  2. class Generic[K, F, V, R] extends RedisSerialization

Value Members

  1. object ByteStrings extends Generic[ByteString, ByteString, ByteString, Map[ByteString, ByteString]]
  2. object Strings extends Generic[String, String, String, Map[String, String]]