ToStringByteEncoder

An Encoder that converts between Byte and String.

Functions

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

Convert b to A

Inherited functions

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

Convert a to B