EnvelopeFormat

interface EnvelopeFormat : IOFormat<Envelope>

Functions

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

Properties

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

Inheritors

EnvelopeFormatFactory
Link copied to clipboard
TaggedEnvelopeFormat
Link copied to clipboard
TaglessEnvelopeFormat
Link copied to clipboard

Extensions

read
Link copied to clipboard
common
fun EnvelopeFormat.read(input: Input): Envelope