Packages

object RLPSerializing

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

Type Members

  1. abstract class AbstractWrapper[T] extends Wrapper[T]
  2. class ByteArrayValue[T <: util.ByteArrayValue] extends RLPSerializing[T]
  3. class HomogeneousElementSeq[U] extends RLPSerializing[Seq[U]]
  4. 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

  1. implicit def asElement[U](u: U)(implicit arg0: RLPSerializing[U]): Element
  2. def asElements[U](seq: Seq[U])(implicit arg0: RLPSerializing[U]): Seq[Element]