NewtypeEncoder

class NewtypeEncoder[A](using nt: ValueClass[A])(using enc: Encoder[Representation]) extends EvoEncoder[A]
trait EvoEncoder[A]
trait Encoder[A]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): Json

Inherited methods

final def contramap[B](f: B => A): Encoder[B]
Inherited from:
Encoder
final def mapJson(f: Json => Json): Encoder[A]
Inherited from:
Encoder