DoubleIOFormat

object DoubleIOFormat : IOFormat<Double> , IOFormatFactory<Double>

Functions

invoke
Link copied to clipboard
common
open operator override fun invoke(meta: Meta, context: Context): IOFormat<Double>
readObject
Link copied to clipboard
common
open override fun readObject(input: Input): Double
toMeta
Link copied to clipboard
common
abstract fun toMeta(): Meta
writeObject
Link copied to clipboard
common
open override fun writeObject(output: Output, obj: Double)

Properties

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

Explicit type for dynamic type checks