YamlMetaFormat

class YamlMetaFormat(meta: Meta) : MetaFormat

Represent meta as Yaml

Constructors

YamlMetaFormat
Link copied to clipboard
fun YamlMetaFormat(meta: Meta)

Types

Companion
Link copied to clipboard
object Companion : MetaFormatFactory

Functions

readMeta
Link copied to clipboard
open override fun readMeta(input: Input, descriptor: MetaDescriptor?): Meta
readObject
Link copied to clipboard
open override fun readObject(input: Input): Meta
toMeta
Link copied to clipboard
open override fun toMeta(): Meta
writeMeta
Link copied to clipboard
open override fun writeMeta(output: Output, meta: Meta, descriptor: MetaDescriptor?)
writeObject
Link copied to clipboard
open override fun writeObject(output: Output, obj: Meta)

Properties

type
Link copied to clipboard
open override val type: KType