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. final case class PlayUnpackOptions(extension: Unpacker[JsValue], binary: Unpacker[JsValue], positiveInf: UnpackResult[JsValue], negativeInf: UnpackResult[JsValue], nan: UnpackResult[JsValue], nonStringKey: NonStringKeyHandler) extends Product with Serializable

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

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

    Permalink

Value Members

  1. object Play2Msgpack

    Permalink
  2. object PlayUnpackOptions extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped