FrontMatterEnvelopeFormat

class FrontMatterEnvelopeFormat(io: IOPlugin, meta: Meta) : EnvelopeFormat

Types

Companion
Link copied to clipboard
object Companion : EnvelopeFormatFactory

Functions

readObject
Link copied to clipboard
open override fun readObject(input: Input): Envelope
readPartial
Link copied to clipboard
open override fun readPartial(input: Input): PartialEnvelope
toMeta
Link copied to clipboard
open override fun toMeta(): Meta
writeEnvelope
Link copied to clipboard
open override fun writeEnvelope(output: Output, envelope: Envelope, metaFormatFactory: MetaFormatFactory, formatMeta: Meta)
writeObject
Link copied to clipboard
open override fun writeObject(output: Output, obj: Envelope)

Properties

defaultMetaFormat
Link copied to clipboard
open val defaultMetaFormat: MetaFormatFactory
type
Link copied to clipboard
open override val type: KType