YamlEncoder

org.virtuslab.yaml.YamlEncoder
See theYamlEncoder companion object
trait YamlEncoder[T]

A type class that provides a conversion from a given type T into Node

Attributes

Companion
object
Source
YamlEncoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait YamlCodec[T]

Members list

Value members

Abstract methods

def asNode(obj: T): Node
Implicitly added by forList

Attributes

Source
YamlEncoder.scala
def asNode(obj: T): Node
Implicitly added by forSeq

Attributes

Source
YamlEncoder.scala
def asNode(obj: T): Node
Implicitly added by forSet

Attributes

Source
YamlEncoder.scala
def asNode(obj: T): Node

Attributes

Source
YamlEncoder.scala