YamlCodec

org.virtuslab.yaml.YamlCodec
See theYamlCodec companion trait
object YamlCodec

Attributes

Companion
trait
Source
YamlCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
YamlCodec.type

Members list

Value members

Concrete methods

def apply[T](implicit self: YamlCodec[T]): YamlCodec[T]

Attributes

Source
YamlCodec.scala
def make[A](implicit decoder: YamlDecoder[A], encoder: YamlEncoder[A]): YamlCodec[A]

Attributes

Source
YamlCodec.scala

Inherited methods

inline def derived[T](using m: Of[T]): YamlCodec[T]

Attributes

Inherited from:
YamlCodecCompanionCrossCompat (hidden)
Source
YamlCodecCrossCompat.scala