object CompactJson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompactJson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Desc = (Byte, Array[(Byte, Int)])
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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def headDesc(bs: Array[Byte]): (Desc, Array[Byte])
- def intToBytes(n: Int, l: Int = 4): Array[Byte]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(bs: Array[Byte], preMap: (Value) => Value = identity, postMap: (Value) => Value = identity): CompactJson
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pack(descs: Array[Desc], keys: Array[String]): Array[Byte]
- def packDesc(d: Desc): Array[Byte]
- def packString(s: String): Array[Byte]
- def save(cpt: CompactJson): Array[Byte]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unpack(bs: Array[Byte]): (Array[Desc], Array[String])
- def unpackDescs(bs: Array[Byte], accum: Array[Desc] = Array()): Array[Desc]
- Annotations
- @tailrec()
- def unpackStrings(bs: Array[Byte], num: Int, accum: Array[String]): (Array[String], Array[Byte])
- Annotations
- @tailrec()
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated