org.virtuslab.yaml.YamlCodec
See theYamlCodec companion object
trait YamlCodec[T] extends YamlDecoder[T], YamlEncoder[T]
A type class that provides both-way conversion between Node and T
Attributes
- Companion
- object
- Source
- YamlCodec.scala
- Graph
-
- Supertypes
- Self type
-
YamlCodec[T]
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
Attributes
- Inherited from:
- YamlEncoder
- Source
- YamlEncoder.scala
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- YamlEncoder
- Source
- YamlEncoder.scala
Attributes
- Inherited from:
- YamlDecoder
- Source
- YamlDecoder.scala
In this article