Package

scodec

msgpack

Permalink

package msgpack

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. msgpack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class MArray16(a: Vector[MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  2. case class MArray32(a: Vector[MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  3. case class MBinary16(b: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  4. case class MBinary32(b: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  5. case class MBinary8(b: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  6. sealed abstract class MBool extends MessagePack

    Permalink
  7. case class MExtension16(size: Long, code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  8. case class MExtension32(size: Long, code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  9. case class MExtension8(size: Long, code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  10. case class MFixArray(a: Vector[MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  11. case class MFixExtension1(code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  12. case class MFixExtension16(code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  13. case class MFixExtension2(code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  14. case class MFixExtension4(code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  15. case class MFixExtension8(code: ByteVector, data: ByteVector) extends MessagePack with Product with Serializable

    Permalink
  16. case class MFixMap(m: Map[MessagePack, MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  17. case class MFixString(s: String) extends MessagePack with Product with Serializable

    Permalink
  18. case class MFloat32(f: Float) extends MessagePack with Product with Serializable

    Permalink
  19. case class MFloat64(d: Double) extends MessagePack with Product with Serializable

    Permalink
  20. case class MInt16(i: Int) extends MessagePack with Product with Serializable

    Permalink
  21. case class MInt32(i: Int) extends MessagePack with Product with Serializable

    Permalink
  22. case class MInt64(i: Long) extends MessagePack with Product with Serializable

    Permalink
  23. case class MInt8(i: Int) extends MessagePack with Product with Serializable

    Permalink
  24. case class MMap16(m: Map[MessagePack, MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  25. case class MMap32(m: Map[MessagePack, MessagePack]) extends MessagePack with Product with Serializable

    Permalink
  26. case class MNegativeFixInt(i: Int) extends MessagePack with Product with Serializable

    Permalink
  27. case class MPositiveFixInt(i: Int) extends MessagePack with Product with Serializable

    Permalink
  28. case class MString16(s: String) extends MessagePack with Product with Serializable

    Permalink
  29. case class MString32(s: String) extends MessagePack with Product with Serializable

    Permalink
  30. case class MString8(s: String) extends MessagePack with Product with Serializable

    Permalink
  31. case class MUInt16(i: Int) extends MessagePack with Product with Serializable

    Permalink
  32. case class MUInt32(i: Long) extends MessagePack with Product with Serializable

    Permalink
  33. case class MUInt64(i: Long) extends MessagePack with Product with Serializable

    Permalink
  34. case class MUInt8(i: Int) extends MessagePack with Product with Serializable

    Permalink
  35. sealed abstract class MessagePack extends AnyRef

    Permalink
  36. abstract class Serialize[A] extends AnyRef

    Permalink

Value Members

  1. object BuildInfoScodecMsgpack extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object MFalse extends MBool with Product with Serializable

    Permalink
  3. object MNil extends MessagePack with Product with Serializable

    Permalink
  4. object MTrue extends MBool with Product with Serializable

    Permalink
  5. object Serialize

    Permalink
  6. object SerializeAuto extends TypeClassCompanion[Serialize]

    Permalink
  7. package codecs

    Permalink
  8. implicit def serializeCodec[A](implicit S: Serialize[A]): Codec[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped