msgpack4z

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

Value Members

  1. object MsgpackCodecAuto extends TypeClassCompanion[MsgpackCodec]

Inherited from AnyRef

Inherited from Any

Ungrouped