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

  3. sealed abstract class UndefinedHandler extends AnyRef

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

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

Value Members

  1. object Play2Msgpack

  2. object PlayUnpackOptions extends Serializable

  3. object UndefinedHandler

Inherited from AnyRef

Inherited from Any

Ungrouped