package convert
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
abstract
class
ScalarYRead[T] extends YRead[T]
A Generic implementation for scalar types
-
trait
YRead[T] extends AnyRef
A
YReadobject describes how to decode Yaml into a value.A
YReadobject describes how to decode Yaml into a value.YReadobjects are typically provided as implicit values. WhenYReadimplicit values are in scope, a program is able to deserialize Yaml into values of the right type.- Annotations
- @implicitNotFound( ... )