JsonMetaFormat

class JsonMetaFormat(json: Json) : MetaFormat

A Json format for Meta representation

Constructors

JsonMetaFormat
Link copied to clipboard
common
fun JsonMetaFormat(json: Json = DEFAULT_JSON)

Types

Companion
Link copied to clipboard
common
object Companion : MetaFormatFactory

Functions

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

Properties

type
Link copied to clipboard
common
open override val type: KType