Packages

object Fmt extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fmt
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Container[A] extends Fmt
  2. sealed trait MArray extends Container[Vector[Fmt]]
  3. final case class MBigInt(value: BigInt) extends MNumber with Product with Serializable
  4. final case class MBin(value: Array[Byte]) extends Fmt with Product with Serializable
  5. sealed abstract class MBool extends Fmt
  6. final case class MByte(value: Byte) extends MNumber with Product with Serializable
  7. final case class MDouble(value: Double) extends MNumber with Product with Serializable
  8. final case class MExtension(typ: Byte, size: Int, value: Array[Byte]) extends Fmt with Product with Serializable
  9. final case class MFloat(value: Float) extends MNumber with Product with Serializable
  10. final case class MInt(value: Int) extends MNumber with Product with Serializable
  11. final case class MLong(value: Long) extends MNumber with Product with Serializable
  12. sealed trait MMap extends Container[Map[Fmt, Fmt]]
  13. sealed trait MNumber extends Fmt
  14. final case class MShort(value: Short) extends MNumber with Product with Serializable
  15. final case class MString(value: String) extends Fmt with Product with Serializable
  16. final case class MTimestamp(timestamp: Instant) extends Fmt with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extension(typ: Byte, size: Int, bytes: Array[Byte]): Fmt
  9. def fromBigInt(value: BigInt): Fmt
  10. def fromBoolean(value: Boolean): Fmt
  11. def fromByte(value: Byte): Fmt
  12. def fromBytes(value: Array[Byte]): Fmt
  13. def fromDouble(value: Double): Fmt
  14. def fromEntries(value: (Fmt, Fmt)*): Fmt
  15. def fromFloat(value: Float): Fmt
  16. def fromInstant(value: Instant): Fmt
  17. def fromInt(value: Int): Fmt
  18. def fromLong(value: Long): Fmt
  19. def fromLsit(value: List[Fmt]): Fmt
  20. def fromMap(value: Map[Fmt, Fmt]): Fmt
  21. def fromSeq(value: Seq[Fmt]): Fmt
  22. def fromShort(value: Short): Fmt
  23. def fromString(value: String): Fmt
  24. def fromValues(value: Fmt*): Fmt
  25. def fromVector(value: Vector[Fmt]): Fmt
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def nil: Fmt
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def pack(msgPack: Fmt, config: PackerConfig = MessagePack.DEFAULT_PACKER_CONFIG): Array[Byte]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def unit: Fmt
  37. def unpack(buffer: MessageUnpacker): Fmt
  38. def unpack(bytes: Array[Byte], config: UnpackerConfig = MessagePack.DEFAULT_UNPACKER_CONFIG): Fmt
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. object MArray extends Serializable
  43. object MBool extends Serializable
  44. object MMap extends Serializable
  45. case object MNil extends Fmt with Product with Serializable
  46. case object MUnit extends Fmt with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped