object RLPSerializing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RLPSerializing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class AbstractWrapper[T] extends Wrapper[T]
- class ByteArrayValue[T <: util.ByteArrayValue] extends RLPSerializing[T]
- class HomogeneousElementSeq[U] extends RLPSerializing[Seq[U]]
-
trait
Wrapper[T] extends AnyRef
If you want to hang RLP decode/encode methods off of a companion object, have it implement Wrapper[T], where T is the type to de encoded/decode.
Value Members
- implicit def asElement[U](u: U)(implicit arg0: RLPSerializing[U]): Element
- def asElements[U](seq: Seq[U])(implicit arg0: RLPSerializing[U]): Seq[Element]