Constructors

Link copied to clipboard
constructor()

Functions

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

Convert a to B

Inherited functions

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

Convert b to A