case class RedisRecordCodec[T](read: (IndexedSeq[BulkStringMsg]) ⇒ T, write: (T) ⇒ IndexedSeq[BulkStringMsg]) extends Product with Serializable
- Annotations
- @implicitNotFound( ... )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisRecordCodec
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RedisRecordCodec(read: (IndexedSeq[BulkStringMsg]) ⇒ T, write: (T) ⇒ IndexedSeq[BulkStringMsg])
Value Members
- val read: (IndexedSeq[BulkStringMsg]) ⇒ T
- val write: (T) ⇒ IndexedSeq[BulkStringMsg]