ToStringEncoder

abstract class ToStringEncoder<T> : Encoder<T, String> (source)

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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

Inherited functions

Link copied to clipboard
abstract fun decode(b: String): Result<T>