JsonCodec

final case
class JsonCodec[A](encoder: Encoder[A], decoder: Decoder[A])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def narrow[B <: A : ClassTag]: JsonCodec[B]
def xmap[B](f: A => B)(g: B => A): JsonCodec[B]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product