Type Members
- sealed trait Container[A] extends Fmt
- sealed trait MArray extends Container[Vector[Fmt]]
- final case class MBigInt(value: BigInt) extends MNumber with Product with Serializable
- final case class MBin(value: Array[Byte]) extends Fmt with Product with Serializable
- sealed abstract class MBool extends Fmt
- final case class MByte(value: Byte) extends MNumber with Product with Serializable
- final case class MDouble(value: Double) extends MNumber with Product with Serializable
- final case class MExtension(typ: Byte, size: Int, value: Array[Byte]) extends Fmt with Product with Serializable
- final case class MFloat(value: Float) extends MNumber with Product with Serializable
- final case class MInt(value: Int) extends MNumber with Product with Serializable
- final case class MLong(value: Long) extends MNumber with Product with Serializable
- sealed trait MMap extends Container[Map[Fmt, Fmt]]
- sealed trait MNumber extends Fmt
- final case class MShort(value: Short) extends MNumber with Product with Serializable
- final case class MString(value: String) extends Fmt with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def extension(typ: Byte, size: Int, bytes: Array[Byte]): Fmt
- def fromBigInt(value: BigInt): Fmt
- def fromBoolean(value: Boolean): Fmt
- def fromByte(value: Byte): Fmt
- def fromBytes(x: Array[Byte]): Fmt
- def fromDouble(value: Double): Fmt
- def fromEntries(value: (Fmt, Fmt)*): Fmt
- def fromFloat(value: Float): Fmt
- def fromInt(value: Int): Fmt
- def fromLong(value: Long): Fmt
- def fromLsit(value: List[Fmt]): Fmt
- def fromMap(value: Map[Fmt, Fmt]): Fmt
- def fromSeq(value: Seq[Fmt]): Fmt
- def fromShort(value: Short): Fmt
- def fromString(value: String): Fmt
- def fromValues(value: Fmt*): Fmt
- def fromVector(value: Vector[Fmt]): Fmt
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def nil: Fmt
- final def notify(): Unit
- final def notifyAll(): Unit
- def pack(msgPack: Fmt, config: PackerConfig): Array[Byte]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unit: Fmt
- def unpack(buffer: MessageUnpacker): Fmt
- def unpack(bytes: Array[Byte], config: UnpackerConfig): Fmt
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object MArray extends Serializable
- object MBool extends Serializable
- object MMap extends Serializable
- case object MNil extends Fmt with Product with Serializable
- case object MUnit extends Fmt with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- sealed trait Container[A] extends Fmt
- sealed trait MArray extends Container[Vector[Fmt]]
- final case class MBigInt(value: BigInt) extends MNumber with Product with Serializable
- final case class MBin(value: Array[Byte]) extends Fmt with Product with Serializable
- sealed abstract class MBool extends Fmt
- final case class MByte(value: Byte) extends MNumber with Product with Serializable
- final case class MDouble(value: Double) extends MNumber with Product with Serializable
- final case class MExtension(typ: Byte, size: Int, value: Array[Byte]) extends Fmt with Product with Serializable
- final case class MFloat(value: Float) extends MNumber with Product with Serializable
- final case class MInt(value: Int) extends MNumber with Product with Serializable
- final case class MLong(value: Long) extends MNumber with Product with Serializable
- sealed trait MMap extends Container[Map[Fmt, Fmt]]
- sealed trait MNumber extends Fmt
- final case class MShort(value: Short) extends MNumber with Product with Serializable
- final case class MString(value: String) extends Fmt with Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def extension(typ: Byte, size: Int, bytes: Array[Byte]): Fmt
- def fromBigInt(value: BigInt): Fmt
- def fromBoolean(value: Boolean): Fmt
- def fromByte(value: Byte): Fmt
- def fromBytes(x: Array[Byte]): Fmt
- def fromDouble(value: Double): Fmt
- def fromEntries(value: (Fmt, Fmt)*): Fmt
- def fromFloat(value: Float): Fmt
- def fromInt(value: Int): Fmt
- def fromLong(value: Long): Fmt
- def fromLsit(value: List[Fmt]): Fmt
- def fromMap(value: Map[Fmt, Fmt]): Fmt
- def fromSeq(value: Seq[Fmt]): Fmt
- def fromShort(value: Short): Fmt
- def fromString(value: String): Fmt
- def fromValues(value: Fmt*): Fmt
- def fromVector(value: Vector[Fmt]): Fmt
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def nil: Fmt
- final def notify(): Unit
- final def notifyAll(): Unit
- def pack(msgPack: Fmt, config: PackerConfig): Array[Byte]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unit: Fmt
- def unpack(buffer: MessageUnpacker): Fmt
- def unpack(bytes: Array[Byte], config: UnpackerConfig): Fmt
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object MArray extends Serializable
- object MBool extends Serializable
- object MMap extends Serializable
- case object MNil extends Fmt with Product with Serializable
- case object MUnit extends Fmt with Product with Serializable
- def finalize(): Unit