SingleDataConverter

Inherited properties

Link copied to clipboard
abstract val zero: T

The serialized representation of a zero T

Inherited functions

Link copied to clipboard
abstract fun deserialize(value: Double): T

Convert serialized value to deserialized form T.

Link copied to clipboard
abstract fun serialize(value: T): Double

Convert value to serialized form V.