object Fmt extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fmt
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final case class MTimestamp(timestamp: Instant) extends Fmt with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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(value: Array[Byte]): Fmt
- def fromDouble(value: Double): Fmt
- def fromEntries(value: (Fmt, Fmt)*): Fmt
- def fromFloat(value: Float): Fmt
- def fromInstant(value: Instant): 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]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nil: Fmt
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pack(msgPack: Fmt, config: PackerConfig = MessagePack.DEFAULT_PACKER_CONFIG): Array[Byte]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unit: Fmt
- def unpack(buffer: MessageUnpacker): Fmt
- def unpack(bytes: Array[Byte], config: UnpackerConfig = MessagePack.DEFAULT_UNPACKER_CONFIG): Fmt
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated