serialize

open override fun serialize(encoder: Encoder, value: ByteArray)(source)

Serializes a ByteArray into a Base64-encoded string.

Parameters

encoder

The encoder used for encoding the Base64 string.

value

The ByteArray that needs to be serialized.