given_ESExprCodec_BigInt

esexpr.ESExprCodec.given_ESExprCodec_BigInt
object given_ESExprCodec_BigInt extends ESExprCodec[BigInt]

Attributes

Graph
Supertypes
trait ESExprCodec[BigInt]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def decode(expr: ESExpr): Either[DecodeError, BigInt]

Attributes

Definition Classes
override def encode(value: BigInt): ESExpr

Attributes

Definition Classes
override def isEncodedEqual(x: BigInt, y: BigInt): Boolean

Attributes

Definition Classes

Concrete fields

lazy override val tags: ESExprTagSet