Packages

implicit object SerdeNode extends Serde[Node]

Linear Supertypes
Serde[Node], Deserializer[Node], Serializer[Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerdeNode
  2. Serde
  3. Deserializer
  4. Serializer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def _deserialize(input: ByteString): SerdeResult[Staging[Node]]
    Definition Classes
    SerdeNode → Deserializer
  5. def _serialize(node: Node): ByteString
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val childrenSerde: Serde[AVector[Option[Blake2b]]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def decodeFlag(flag: Int): (Int, Boolean)
  10. def decodeNibbles(nibbles: ByteString, length: Int): ByteString
  11. def deserialize(input: ByteString): SerdeResult[Node]
    Definition Classes
    Deserializer
  12. def encodeFlag(length: Int, isLeaf: Boolean): Int
  13. def encodeNibbles(path: ByteString): ByteString
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def serialize(node: Node): ByteString
    Definition Classes
    SerdeNode → Serializer
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def validate(test: (Node) => Either[String, Unit]): Serde[Node]
    Definition Classes
    Serde
  26. def validateGet[U](get: (Node) => Option[U], error: (Node) => String): Deserializer[U]
    Definition Classes
    Deserializer
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def xfmap[S](to: (Node) => SerdeResult[S], from: (S) => Node): Serde[S]
    Definition Classes
    Serde
  31. def xmap[S](to: (Node) => S, from: (S) => Node): Serde[S]
    Definition Classes
    Serde
  32. def xomap[S](to: (Node) => Option[S], from: (S) => Node): Serde[S]
    Definition Classes
    Serde

Deprecated Value Members

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

Inherited from Serde[Node]

Inherited from Deserializer[Node]

Inherited from Serializer[Node]

Inherited from AnyRef

Inherited from Any

Ungrouped