ToStringDoubleEncoder

An Encoder that converts between Double and String.

Functions

Link copied to clipboard
open override fun decode(b: String): Result<Double>

Convert b to A

Inherited functions

Link copied to clipboard
open override fun encode(a: Double): Result<String>

Convert a to B