Packages

p

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
Visibility
  1. Public
  2. All

Type Members

  1. final case class JawnUnpackOptions(extension: Unpacker[JValue], binary: Unpacker[JValue], positiveInf: UnpackResult[JValue], negativeInf: UnpackResult[JValue], nan: UnpackResult[JValue], nonStringKey: NonStringKeyHandler) extends Product with Serializable
  2. type Packer[A] = (MsgPacker, A) ⇒ Unit
  3. type UnpackResult[A] = \/[UnpackError, A]
  4. type Unpacker[A] = (MsgUnpacker) ⇒ UnpackResult[A]

Value Members

  1. object JawnMsgpack
  2. object JawnUnpackOptions extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped