Packages

package codec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BinaryCodec[A] extends Codec[Chunk[Byte], Byte, A]
  2. trait BinaryCodecs[Types <: TypeList] extends Codecs[Chunk[Byte], Byte, Types]
  3. trait Codec[Whole, Element, A] extends Encoder[Whole, Element, A] with Decoder[Whole, Element, A]
  4. trait Codecs[Whole, Element, Types <: TypeList] extends AnyRef
  5. sealed trait DecodeError extends Exception with NoStackTrace
  6. trait Decoder[Whole, Element, +A] extends AnyRef
  7. trait Encoder[Whole, Element, -A] extends AnyRef

Value Members

  1. object BinaryCodec
  2. object BinaryCodecs
  3. object Codecs
  4. object DecodeError extends Serializable

Ungrouped