Encoder

Functions

Link copied to clipboard
abstract fun decode(b: B): Result<A>
Link copied to clipboard
abstract fun encode(a: A): Result<B>