Yaml

sealed class Yaml : YamlExport(source)

Inheritors

Types

Link copied to clipboard
sealed class Collection : Yaml
Link copied to clipboard
sealed class Scalar : Yaml

Functions

Link copied to clipboard
open override fun toYaml(): Yaml

Converts this object into a Yaml object.

Link copied to clipboard
abstract fun toYamlString(indentation: Int): CharSequence