Codec

com.digitalasset.transcode.schema.CodecVisitor.Codec
trait Codec[A] extends Encoder[A], Decoder[A]

Attributes

Graph
Supertypes
trait Decoder[A]
trait Encoder[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def isOptional(using VarMap[Decoder[A]]): Boolean

Attributes

Inherited from:
Decoder

Inherited and Abstract methods

def fromDynamicValue(dv: DynamicValue)(using VarMap[Encoder[A]]): A

Attributes

Inherited from:
Encoder
def toDynamicValue(v: A)(using VarMap[Decoder[A]]): DynamicValue

Attributes

Inherited from:
Decoder