Package

msgpack4z

Permalink

package msgpack4z

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. msgpack4z
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Packer[A] = (MsgPacker, A) ⇒ Unit

    Permalink
  2. type UnpackResult[A] = \/[UnpackError, A]

    Permalink
  3. type Unpacker[A] = (MsgUnpacker) ⇒ UnpackResult[A]

    Permalink

Value Members

  1. object MsgpackCodecAuto extends TypeClassCompanion[MsgpackCodec]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped