msgpack4z

package msgpack4z

Source
package.scala
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. trait AnyValArrayCodec extends AnyRef

  2. trait AnyValCodec extends AnyRef

  3. trait ArrayCodec extends AnyRef

  4. final class Binary extends AnyRef

  5. trait BinaryCodec extends AnyRef

  6. trait BooleanArrayCodec extends AnyRef

  7. trait ByteArrayCodec extends AnyRef

  8. trait DoubleArrayCodec extends AnyRef

  9. final case class Err(e: Throwable) extends UnpackError with Product with Serializable

  10. trait FloatArrayCodec extends AnyRef

  11. trait IntArrayCodec extends AnyRef

  12. trait LongArrayCodec extends AnyRef

  13. final case class MapKeyNotFound(key1: String, key2: String) extends UnpackError with Product with Serializable

  14. trait MsgpackCodec[A] extends AnyRef

  15. final case class NotEnoughArraySize(expect: Int, actual: Int) extends UnpackError with Product with Serializable

  16. final case class Other(message: String) extends UnpackError with Product with Serializable

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

  18. trait RefArrayCodec extends AnyRef

  19. trait ScalazCodec extends AnyRef

  20. trait ShortArrayCodec extends AnyRef

  21. trait StdCodec extends AnyRef

  22. trait TupleCodec extends AnyRef

  23. final case class UnexpectedArraySize(expect: Int, actual: Int) extends UnpackError with Product with Serializable

  24. final case class UnexpectedEitherKey[A](left: A, right: A, actual: A)(implicit A: MsgpackCodec[A]) extends UnpackError with Product with Serializable

  25. final case class UnexpectedMapSize(expect: Int, actual: Int) extends UnpackError with Product with Serializable

  26. sealed abstract class UnpackError extends Exception

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

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

Value Members

  1. object ArrayCodecImpl extends ArrayCodec

  2. object BuildInfoMsgpack4zCore extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object CaseCodec

  4. object CodecInstances

  5. object DisjunctionCodec

  6. object EitherCodec

  7. object MaybeCodec

  8. object MsgpackCodec

  9. object OptionCodec

Inherited from AnyRef

Inherited from Any

Ungrouped