ESExprCodec

esexpr.ESExprCodec
See theESExprCodec companion object
trait ESExprCodec[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def decode(expr: ESExpr): Either[DecodeError, T]
def encode(value: T): ESExpr

Abstract fields

lazy val tags: Set[ESExprTag]