encodeToString

@JvmStatic
fun ByteArray.encodeToString(encoder: Encoder<*>): String(source)

Encodes a ByteArray for the provided encoder and returns the encoded data in the form of a String.

Throws

if the encoded output exceeds Int.MAX_VALUE.