Codec

object Codec
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Codec.type

Type members

Inherited classlikes

implicit class DecoderOps(xml: Xml)
Inherited from:
DecoderSyntax (hidden)
implicit class EncoderOps[T](t: T)
Inherited from:
EncoderSyntax (hidden)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[T : Codec]: Codec[T]
def of[T](decoder: Decoder[T], encoder: Encoder[T]): Codec[T]

Implicits

Implicits

implicit def codecToDecoder[T : Codec]: Decoder[T]
implicit def codecToEncoder[T : Codec]: Encoder[T]

Inherited implicits

final implicit def DecoderOps(xml: Xml): DecoderOps
Inherited from:
DecoderSyntax (hidden)
final implicit def EncoderOps[T](t: T): EncoderOps[T]
Inherited from:
EncoderSyntax (hidden)